Holds the parameters being used by an ADSR object. More...
#include <juce_ADSR.h>
Public Attributes | |
float | attack = 0.1f |
Attack time in seconds. More... | |
float | decay = 0.1f |
Decay time in seconds. More... | |
float | release = 0.1f |
Release time in seconds. More... | |
float | sustain = 1.0f |
Sustain level. More... | |
Holds the parameters being used by an ADSR object.
float juce::ADSR::Parameters::attack = 0.1f |
Attack time in seconds.
Referenced by juce::ADSR::calculateRates().
float juce::ADSR::Parameters::decay = 0.1f |
Decay time in seconds.
Referenced by juce::ADSR::calculateRates().
float juce::ADSR::Parameters::release = 0.1f |
Release time in seconds.
Referenced by juce::ADSR::calculateRates().
float juce::ADSR::Parameters::sustain = 1.0f |
Sustain level.
Referenced by juce::ADSR::setParameters().