VAE - Virtual Audio Engine 1
Small Data Driven Audio Engine
|
#include <vae_def.hpp>
Static Public Attributes | |
static constexpr vae::BankHandle | id = 0 |
static constexpr vae::GlobalEventHandle | JumpRand = 0 | (0 << (sizeof(vae::EventHandle) * 8)) |
static constexpr vae::GlobalEventHandle | Jump1 = 1 | (0 << (sizeof(vae::EventHandle) * 8)) |
static constexpr vae::GlobalEventHandle | Jump2 = 2 | (0 << (sizeof(vae::EventHandle) * 8)) |
static constexpr vae::GlobalEventHandle | Jump3 = 3 | (0 << (sizeof(vae::EventHandle) * 8)) |
static constexpr vae::GlobalEventHandle | Denied = 4 | (0 << (sizeof(vae::EventHandle) * 8)) |
static constexpr vae::GlobalEventHandle | ShortSineLoop = 5 | (0 << (sizeof(vae::EventHandle) * 8)) |
static constexpr vae::GlobalEventHandle | LongSineSelfTirgger = 6 | (0 << (sizeof(vae::EventHandle) * 8)) |
static constexpr vae::GlobalEventHandle | StepRand = 7 | (0 << (sizeof(vae::EventHandle) * 8)) |
static constexpr vae::GlobalEventHandle | Step1 = 8 | (0 << (sizeof(vae::EventHandle) * 8)) |
static constexpr vae::GlobalEventHandle | Step2 = 9 | (0 << (sizeof(vae::EventHandle) * 8)) |
static constexpr vae::GlobalEventHandle | Step3 = 10 | (0 << (sizeof(vae::EventHandle) * 8)) |
Definition at line 17 of file vae_def.hpp.
|
staticconstexpr |
Definition at line 23 of file vae_def.hpp.
|
staticconstexpr |
Definition at line 18 of file vae_def.hpp.
|
staticconstexpr |
Definition at line 20 of file vae_def.hpp.
|
staticconstexpr |
Definition at line 21 of file vae_def.hpp.
|
staticconstexpr |
Definition at line 22 of file vae_def.hpp.
|
staticconstexpr |
Definition at line 19 of file vae_def.hpp.
|
staticconstexpr |
Definition at line 25 of file vae_def.hpp.
|
staticconstexpr |
Definition at line 24 of file vae_def.hpp.
|
staticconstexpr |
Definition at line 27 of file vae_def.hpp.
|
staticconstexpr |
Definition at line 28 of file vae_def.hpp.
|
staticconstexpr |
Definition at line 29 of file vae_def.hpp.
|
staticconstexpr |
Definition at line 26 of file vae_def.hpp.