#include <juce_ADSR.h>
|
| | Parameters ()=default |
| | Parameters (float attackTimeSeconds, float decayTimeSeconds, float sustainLevel, float releaseTimeSeconds) |
Holds the parameters being used by an ADSR object.
@tags{Audio}
◆ Parameters() [1/2]
| juce::ADSR::Parameters::Parameters |
( |
| ) |
|
|
default |
◆ Parameters() [2/2]
| juce::ADSR::Parameters::Parameters |
( |
float | attackTimeSeconds, |
|
|
float | decayTimeSeconds, |
|
|
float | sustainLevel, |
|
|
float | releaseTimeSeconds ) |
|
inline |
◆ attack
| float juce::ADSR::Parameters::attack = 0.1f |
◆ decay
| float juce::ADSR::Parameters::decay = 0.1f |
◆ release
| float juce::ADSR::Parameters::release = 0.1f |
◆ sustain
| float juce::ADSR::Parameters::sustain = 1.0f |
The documentation for this struct was generated from the following file:
- /home/runner/work/lmms-fork/lmms-fork/plugins/CarlaBase/carla/source/modules/juce_audio_basics/utilities/juce_ADSR.h