#include <tracktion_AudioFileUtils.h>
◆ EnvelopeFollower()
tracktion::engine::AudioFileUtils::EnvelopeFollower::EnvelopeFollower |
( |
| ) |
|
◆ processEnvelope()
void tracktion::engine::AudioFileUtils::EnvelopeFollower::processEnvelope |
( |
const float * |
inputBuffer, |
|
|
float * |
outputBuffer, |
|
|
int |
numSamples |
|
) |
| |
|
noexcept |
◆ setCoefficients()
void tracktion::engine::AudioFileUtils::EnvelopeFollower::setCoefficients |
( |
float |
attack, |
|
|
float |
release |
|
) |
| |
|
noexcept |
Sets the times for the vaious stages of the envelope.
1 is an instant attack/release, 0 will never change the value.
The documentation for this class was generated from the following file: