VAE - Virtual Audio Engine 1
Small Data Driven Audio Engine
|
#include "./vae_util.hpp"
#include "./vae_types.hpp"
#include "./pod/vae_bank.hpp"
#include "./fs/vae_bank_loader.hpp"
#include "../../external/tklb/src/types/audio/resampler/TResampler.hpp"
#include "./dsp/vae_effects_factory.hpp"
Go to the source code of this file.
Classes | |
class | vae::core::BankManager |
Holds all the banks. 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_SIZE_BANK_MANAGER = sizeof(BankManager) |