The EnvelopeFollower object implements a traditional envelope follower effect modulating a LPR fc value using the strength of the detected input.
More...
#include <fxobjects.h>
The EnvelopeFollower object implements a traditional envelope follower effect modulating a LPR fc value using the strength of the detected input.
Audio I/O:
- Processes mono input to mono output.
Control I/F:
- Author
- Will Pirkle http://www.willpirkle.com
- Version
- Revision : 1.0
- Date
- Date : 2018 / 09 / 7
◆ canProcessAudioFrame()
virtual bool EnvelopeFollower::canProcessAudioFrame |
( |
| ) |
|
|
inlinevirtual |
◆ getParameters()
◆ processAudioSample()
virtual double EnvelopeFollower::processAudioSample |
( |
double |
xn | ) |
|
|
inlinevirtual |
process input x(n) through the envelope follower to produce return value y(n)
- Parameters
-
- Returns
- the processed sample
Implements IAudioSignalProcessor.
◆ reset()
virtual bool EnvelopeFollower::reset |
( |
double |
_sampleRate | ) |
|
|
inlinevirtual |
◆ setParameters()
set parameters: note use of custom structure for passing param data
- Parameters
-
The documentation for this class was generated from the following file: