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

Go to the source code of this file.

Namespaces

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

Macros

#define VAE_ASSERT(condition)   TKLB_ASSERT(condition)
 

Functions

constexpr void vae::core::splitGlobalEventHandle (const GlobalEventHandle &handle, BankHandle &bank, EventHandle &event)
 

Macro Definition Documentation

◆ VAE_ASSERT

#define VAE_ASSERT (   condition)    TKLB_ASSERT(condition)

Definition at line 11 of file vae_util.hpp.