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

#include <vae_def.hpp>

Collaboration diagram for vaeb::Bank1:

Static Public Attributes

static constexpr vae::BankHandle id = 0
 
static constexpr vae::GlobalEventHandle JumpRand = 0 | (0 << (sizeof(vae::EventHandle) * 8))
 
static constexpr vae::GlobalEventHandle Jump1 = 1 | (0 << (sizeof(vae::EventHandle) * 8))
 
static constexpr vae::GlobalEventHandle Jump2 = 2 | (0 << (sizeof(vae::EventHandle) * 8))
 
static constexpr vae::GlobalEventHandle Jump3 = 3 | (0 << (sizeof(vae::EventHandle) * 8))
 
static constexpr vae::GlobalEventHandle Denied = 4 | (0 << (sizeof(vae::EventHandle) * 8))
 
static constexpr vae::GlobalEventHandle ShortSineLoop = 5 | (0 << (sizeof(vae::EventHandle) * 8))
 
static constexpr vae::GlobalEventHandle LongSineSelfTirgger = 6 | (0 << (sizeof(vae::EventHandle) * 8))
 
static constexpr vae::GlobalEventHandle StepRand = 7 | (0 << (sizeof(vae::EventHandle) * 8))
 
static constexpr vae::GlobalEventHandle Step1 = 8 | (0 << (sizeof(vae::EventHandle) * 8))
 
static constexpr vae::GlobalEventHandle Step2 = 9 | (0 << (sizeof(vae::EventHandle) * 8))
 
static constexpr vae::GlobalEventHandle Step3 = 10 | (0 << (sizeof(vae::EventHandle) * 8))
 

Detailed Description

Definition at line 17 of file vae_def.hpp.

Member Data Documentation

◆ Denied

constexpr vae::GlobalEventHandle vaeb::Bank1::Denied = 4 | (0 << (sizeof(vae::EventHandle) * 8))
staticconstexpr

Definition at line 23 of file vae_def.hpp.

◆ id

constexpr vae::BankHandle vaeb::Bank1::id = 0
staticconstexpr

Definition at line 18 of file vae_def.hpp.

◆ Jump1

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

Definition at line 20 of file vae_def.hpp.

◆ Jump2

constexpr vae::GlobalEventHandle vaeb::Bank1::Jump2 = 2 | (0 << (sizeof(vae::EventHandle) * 8))
staticconstexpr

Definition at line 21 of file vae_def.hpp.

◆ Jump3

constexpr vae::GlobalEventHandle vaeb::Bank1::Jump3 = 3 | (0 << (sizeof(vae::EventHandle) * 8))
staticconstexpr

Definition at line 22 of file vae_def.hpp.

◆ JumpRand

constexpr vae::GlobalEventHandle vaeb::Bank1::JumpRand = 0 | (0 << (sizeof(vae::EventHandle) * 8))
staticconstexpr

Definition at line 19 of file vae_def.hpp.

◆ LongSineSelfTirgger

constexpr vae::GlobalEventHandle vaeb::Bank1::LongSineSelfTirgger = 6 | (0 << (sizeof(vae::EventHandle) * 8))
staticconstexpr

Definition at line 25 of file vae_def.hpp.

◆ ShortSineLoop

constexpr vae::GlobalEventHandle vaeb::Bank1::ShortSineLoop = 5 | (0 << (sizeof(vae::EventHandle) * 8))
staticconstexpr

Definition at line 24 of file vae_def.hpp.

◆ Step1

constexpr vae::GlobalEventHandle vaeb::Bank1::Step1 = 8 | (0 << (sizeof(vae::EventHandle) * 8))
staticconstexpr

Definition at line 27 of file vae_def.hpp.

◆ Step2

constexpr vae::GlobalEventHandle vaeb::Bank1::Step2 = 9 | (0 << (sizeof(vae::EventHandle) * 8))
staticconstexpr

Definition at line 28 of file vae_def.hpp.

◆ Step3

constexpr vae::GlobalEventHandle vaeb::Bank1::Step3 = 10 | (0 << (sizeof(vae::EventHandle) * 8))
staticconstexpr

Definition at line 29 of file vae_def.hpp.

◆ StepRand

constexpr vae::GlobalEventHandle vaeb::Bank1::StepRand = 7 | (0 << (sizeof(vae::EventHandle) * 8))
staticconstexpr

Definition at line 26 of file vae_def.hpp.


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