|
tracktion-engine 3.0-10-g034fdde4aa5
Tracktion Engine — High level data model for audio applications
« « « Anklang Documentation |
Public Member Functions | |
| FODelayLine (float maximumDelay=0.001f, float sr=44100.0f) | |
| void | resize (float maximumDelay, float sr) |
| void | reset () |
| float | samplesToSeconds (float numSamplesIn, float sampleRateIn) |
| float | read (float atTime) |
| void | write (const float input) |
Protected Attributes | |
| int | numSamples |
| float | sampleRate |
| int | currentPos |
| std::vector< float > | sampleBuffer |
Definition at line 47 of file tracktion_FourOscPlugin.cpp.
Definition at line 50 of file tracktion_FourOscPlugin.cpp.
Definition at line 76 of file tracktion_FourOscPlugin.cpp.
| void tracktion::engine::FODelayLine::reset | ( | ) |
Definition at line 65 of file tracktion_FourOscPlugin.cpp.
Definition at line 55 of file tracktion_FourOscPlugin.cpp.
Definition at line 71 of file tracktion_FourOscPlugin.cpp.
| void tracktion::engine::FODelayLine::write | ( | const float | input | ) |
Definition at line 101 of file tracktion_FourOscPlugin.cpp.
|
protected |
Definition at line 113 of file tracktion_FourOscPlugin.cpp.
|
protected |
Definition at line 111 of file tracktion_FourOscPlugin.cpp.
|
protected |
Definition at line 114 of file tracktion_FourOscPlugin.cpp.
|
protected |
Definition at line 112 of file tracktion_FourOscPlugin.cpp.