|
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 delayIn, float feedbackIn, float crossfeedIn, float mixIn) |
| void | reset () |
Definition at line 118 of file tracktion_FourOscPlugin.cpp.
| void tracktion::engine::FODelay::process | ( | juce::AudioBuffer< float > & | buffer, |
| int | numSamples | ||
| ) |
Definition at line 121 of file tracktion_FourOscPlugin.cpp.
| void tracktion::engine::FODelay::reset | ( | ) |
Definition at line 170 of file tracktion_FourOscPlugin.cpp.
| void tracktion::engine::FODelay::setParams | ( | float | delayIn, |
| float | feedbackIn, | ||
| float | crossfeedIn, | ||
| float | mixIn | ||
| ) |
Definition at line 162 of file tracktion_FourOscPlugin.cpp.
| void tracktion::engine::FODelay::setSampleRate | ( | double | sr | ) |
Definition at line 156 of file tracktion_FourOscPlugin.cpp.