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

Represents a parameter of the DSP. More...

#include <vae_effect.hpp>

Collaboration diagram for vae::core::Effect::Parameter:

Public Attributes

IdString name
 name of the parameter of the effect More...
 
Real value
 current value, always 0 to 1 More...
 

Detailed Description

Represents a parameter of the DSP.

Definition at line 16 of file vae_effect.hpp.

Member Data Documentation

◆ name

IdString vae::core::Effect::Parameter::name

name of the parameter of the effect

Definition at line 17 of file vae_effect.hpp.

◆ value

Real vae::core::Effect::Parameter::value

current value, always 0 to 1

Definition at line 18 of file vae_effect.hpp.


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