VAE - Virtual Audio Engine 1
Small Data Driven Audio Engine
vae_bank.hpp File Reference
#include "../vae_types.hpp"
#include "./vae_source.hpp"
#include "./vae_event.hpp"
#include "./vae_mixer.hpp"
Include dependency graph for vae_bank.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  vae::core::Bank
 Bank object containing Sources, Mixers and Events Can be loaded and unloaded at runtime. More...
 

Namespaces

namespace  vae
 Contains Typedefinitions and basic structures use by the public API and internally.
 
namespace  vae::core
 

Variables

constexpr int vae::core::_VAE_BANK_SIZE = sizeof(Bank)