|
tracktion-engine 3.0-10-g034fdde4aa5
Tracktion Engine — High level data model for audio applications
« « « Anklang Documentation |
Public Member Functions | |
| void | process (juce::AudioBuffer< float > &buffer, int numSamples) |
| void | setSampleRate (double sr) |
| void | setParams (float speedIn, float depthIn, float widthIn, float mixIn) |
| void | reset () |
Definition at line 183 of file tracktion_FourOscPlugin.cpp.
| void tracktion::engine::FOChorus::process | ( | juce::AudioBuffer< float > & | buffer, |
| int | numSamples | ||
| ) |
Definition at line 186 of file tracktion_FourOscPlugin.cpp.
| void tracktion::engine::FOChorus::reset | ( | ) |
Definition at line 269 of file tracktion_FourOscPlugin.cpp.
| void tracktion::engine::FOChorus::setParams | ( | float | speedIn, |
| float | depthIn, | ||
| float | widthIn, | ||
| float | mixIn | ||
| ) |
Definition at line 261 of file tracktion_FourOscPlugin.cpp.
| void tracktion::engine::FOChorus::setSampleRate | ( | double | sr | ) |
Definition at line 249 of file tracktion_FourOscPlugin.cpp.