VAE - Virtual Audio Engine 1
Small Data Driven Audio Engine
vae::core::Effect Struct Reference

Effect pod. More...

#include <vae_effect.hpp>

Collaboration diagram for vae::core::Effect:

Classes

struct  Parameter
 Represents a parameter of the DSP. More...
 

Public Attributes

IdString name
 Name of the effect to load, not an arbitrary name. More...
 
effect::EffectBaseeffect = nullptr
 References the DSP. More...
 
Parameter parameters [StaticConfig::MaxEffectsParameter]
 Parameters. More...
 
bool bypassed = false
 

Detailed Description

Effect pod.

Definition at line 12 of file vae_effect.hpp.

Member Data Documentation

◆ bypassed

bool vae::core::Effect::bypassed = false

Definition at line 23 of file vae_effect.hpp.

◆ effect

effect::EffectBase* vae::core::Effect::effect = nullptr

References the DSP.

Definition at line 21 of file vae_effect.hpp.

◆ name

IdString vae::core::Effect::name

Name of the effect to load, not an arbitrary name.

Definition at line 20 of file vae_effect.hpp.

◆ parameters

Parameter vae::core::Effect::parameters[StaticConfig::MaxEffectsParameter]

Parameters.

Definition at line 22 of file vae_effect.hpp.


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