|
tracktion-engine 3.0-10-g034fdde4aa5
Tracktion Engine — High level data model for audio applications
« « « Anklang Documentation |
Public Member Functions | |
| void | processEnvelope (const float *inputBuffer, float *outputBuffer, int numSamples) noexcept |
| void | setCoefficients (float attack, float release) noexcept |
| Sets the times for the vaious stages of the envelope. | |
Definition at line 203 of file tracktion_AudioFileUtils.h.
| tracktion::engine::AudioFileUtils::EnvelopeFollower::EnvelopeFollower | ( | ) |
Definition at line 206 of file tracktion_AudioFileUtils.h.
|
noexcept |
Definition at line 208 of file tracktion_AudioFileUtils.h.
|
noexcept |
Sets the times for the vaious stages of the envelope.
1 is an instant attack/release, 0 will never change the value.
Definition at line 226 of file tracktion_AudioFileUtils.h.