4#include "../vae_types.hpp"
7namespace vae {
namespace core {
8 namespace effect {
class EffectBase; }
constexpr Size MaxEffectsParameter
Contains Typedefinitions and basic structures use by the public API and internally.
Represents a parameter of the DSP.
IdString name
name of the parameter of the effect
Real value
current value, always 0 to 1
Parameter parameters[StaticConfig::MaxEffectsParameter]
Parameters.
IdString name
Name of the effect to load, not an arbitrary name.
effect::EffectBase * effect
References the DSP.