|
JUCE-7.0.12-0-g4f43011b96 JUCE-7.0.12-0-g4f43011b96
JUCE — C++ application framework with suport for VST, VST3, LV2 audio plug-ins
« « « Anklang Documentation |
Holds the parameters being used by an ADSR object. More...
#include "juce_ADSR.h"
Public Member Functions | |
| Parameters (float attackTimeSeconds, float decayTimeSeconds, float sustainLevel, float releaseTimeSeconds) | |
Public Attributes | |
| float | attack |
| float | decay |
| float | sustain |
| float | release |
Holds the parameters being used by an ADSR object.
@tags{Audio}
Definition at line 55 of file juce_ADSR.h.
| juce::ADSR::Parameters::Parameters | ( | float | attackTimeSeconds, |
| float | decayTimeSeconds, | ||
| float | sustainLevel, | ||
| float | releaseTimeSeconds | ||
| ) |
Definition at line 59 of file juce_ADSR.h.
| float juce::ADSR::Parameters::attack |
Definition at line 70 of file juce_ADSR.h.
| float juce::ADSR::Parameters::decay |
Definition at line 70 of file juce_ADSR.h.
| float juce::ADSR::Parameters::release |
Definition at line 70 of file juce_ADSR.h.
| float juce::ADSR::Parameters::sustain |
Definition at line 70 of file juce_ADSR.h.