VAE - Virtual Audio Engine 1
Small Data Driven Audio Engine
|
#include <vae_def.hpp>
Static Public Attributes | |
static constexpr vae::BankHandle | id = 1 |
static constexpr vae::GlobalEventHandle | Ambience1 = 0 | (1 << (sizeof(vae::EventHandle) * 8)) |
static constexpr vae::GlobalEventHandle | Ambience2 = 1 | (1 << (sizeof(vae::EventHandle) * 8)) |
static constexpr vae::GlobalEventHandle | Ambience3 = 2 | (1 << (sizeof(vae::EventHandle) * 8)) |
static constexpr vae::GlobalEventHandle | Ambience4 = 3 | (1 << (sizeof(vae::EventHandle) * 8)) |
static constexpr vae::GlobalEventHandle | Music = 4 | (1 << (sizeof(vae::EventHandle) * 8)) |
static constexpr vae::GlobalEventHandle | MusicStop = 5 | (1 << (sizeof(vae::EventHandle) * 8)) |
Definition at line 6 of file vae_def.hpp.
|
staticconstexpr |
Definition at line 8 of file vae_def.hpp.
|
staticconstexpr |
Definition at line 9 of file vae_def.hpp.
|
staticconstexpr |
Definition at line 10 of file vae_def.hpp.
|
staticconstexpr |
Definition at line 11 of file vae_def.hpp.
|
staticconstexpr |
Definition at line 7 of file vae_def.hpp.
|
staticconstexpr |
Definition at line 12 of file vae_def.hpp.
|
staticconstexpr |
Definition at line 13 of file vae_def.hpp.