VAE - Virtual Audio Engine 1
Small Data Driven Audio Engine
vaeb::Bank2 Struct Reference

#include <vae_def.hpp>

Collaboration diagram for vaeb::Bank2:

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))
 

Detailed Description

Definition at line 6 of file vae_def.hpp.

Member Data Documentation

◆ Ambience1

constexpr vae::GlobalEventHandle vaeb::Bank2::Ambience1 = 0 | (1 << (sizeof(vae::EventHandle) * 8))
staticconstexpr

Definition at line 8 of file vae_def.hpp.

◆ Ambience2

constexpr vae::GlobalEventHandle vaeb::Bank2::Ambience2 = 1 | (1 << (sizeof(vae::EventHandle) * 8))
staticconstexpr

Definition at line 9 of file vae_def.hpp.

◆ Ambience3

constexpr vae::GlobalEventHandle vaeb::Bank2::Ambience3 = 2 | (1 << (sizeof(vae::EventHandle) * 8))
staticconstexpr

Definition at line 10 of file vae_def.hpp.

◆ Ambience4

constexpr vae::GlobalEventHandle vaeb::Bank2::Ambience4 = 3 | (1 << (sizeof(vae::EventHandle) * 8))
staticconstexpr

Definition at line 11 of file vae_def.hpp.

◆ id

constexpr vae::BankHandle vaeb::Bank2::id = 1
staticconstexpr

Definition at line 7 of file vae_def.hpp.

◆ Music

constexpr vae::GlobalEventHandle vaeb::Bank2::Music = 4 | (1 << (sizeof(vae::EventHandle) * 8))
staticconstexpr

Definition at line 12 of file vae_def.hpp.

◆ MusicStop

constexpr vae::GlobalEventHandle vaeb::Bank2::MusicStop = 5 | (1 << (sizeof(vae::EventHandle) * 8))
staticconstexpr

Definition at line 13 of file vae_def.hpp.


The documentation for this struct was generated from the following file: