VAE - Virtual Audio Engine 1
Small Data Driven Audio Engine
|
Represents a parameter of the DSP. More...
#include <vae_effect.hpp>
Public Attributes | |
IdString | name |
name of the parameter of the effect More... | |
Real | value |
current value, always 0 to 1 More... | |
Represents a parameter of the DSP.
Definition at line 16 of file vae_effect.hpp.
IdString vae::core::Effect::Parameter::name |
name of the parameter of the effect
Definition at line 17 of file vae_effect.hpp.
Real vae::core::Effect::Parameter::value |
current value, always 0 to 1
Definition at line 18 of file vae_effect.hpp.