JUCE
|
Holds the parameters being used by an ADSR object. More...
Public Attributes | |
float | attack = 0.1f |
Attack time in seconds. More... | |
float | decay = 0.1f |
Decay time in seconds. More... | |
float | sustain = 1.0f |
Sustain level. More... | |
float | release = 0.1f |
Release time in seconds. More... | |
Holds the parameters being used by an ADSR object.
float ADSR::Parameters::attack = 0.1f |
Attack time in seconds.
Referenced by ADSR::applyEnvelopeToBuffer().
float ADSR::Parameters::decay = 0.1f |
Decay time in seconds.
Referenced by ADSR::applyEnvelopeToBuffer().
float ADSR::Parameters::sustain = 1.0f |
Sustain level.
Referenced by ADSR::applyEnvelopeToBuffer(), and ADSR::setParameters().
float ADSR::Parameters::release = 0.1f |
Release time in seconds.
Referenced by ADSR::applyEnvelopeToBuffer().