VAE - Virtual Audio Engine 1
Small Data Driven Audio Engine
vae_engine.hpp File Reference
Include dependency graph for vae_engine.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  vae::core::Engine
 Central class handling all outside communication. More...
 

Namespaces

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

Macros

#define _VAE_PUBLIC_API
 Marks a function for export to the generated vae::EnginePimpl class generated from generate_pimpl.py. More...
 
Engine Controls

Main engine functionality

#define VAE_NO_AUDIO_DEVICE
 

Variables

constexpr int vae::core::_VAE_ENGINE_SIZE = sizeof(Engine)
 

Macro Definition Documentation

◆ _VAE_PUBLIC_API

#define _VAE_PUBLIC_API

Marks a function for export to the generated vae::EnginePimpl class generated from generate_pimpl.py.

See also
vae::EnginePimpl

Definition at line 39 of file vae_engine.hpp.

◆ VAE_NO_AUDIO_DEVICE

#define VAE_NO_AUDIO_DEVICE

Definition at line 345 of file vae_engine.hpp.