Holds the parameters being used by an ADSR object. More...
#include <juce_ADSR.h>
Public Member Functions | |
Parameters ()=default | |
Parameters (float attackTimeSeconds, float decayTimeSeconds, float sustainLevel, float releaseTimeSeconds) | |
Public Attributes | |
float | attack = 0.1f |
float | decay = 0.1f |
float | release = 0.1f |
float | sustain = 1.0f |
Holds the parameters being used by an ADSR object.
@tags{Audio}
|
default |
|
inline |
float juce::ADSR::Parameters::attack = 0.1f |
float juce::ADSR::Parameters::decay = 0.1f |
float juce::ADSR::Parameters::release = 0.1f |
float juce::ADSR::Parameters::sustain = 1.0f |