OpenShot Audio Library | OpenShotAudio 0.3.2
|
#include <juce_WaveShaper.h>
Public Member Functions | |
void | prepare (const ProcessSpec &) noexcept |
template<typename SampleType > | |
SampleType JUCE_VECTOR_CALLTYPE | processSample (SampleType inputSample) const noexcept |
template<typename ProcessContext > | |
void | process (const ProcessContext &context) const noexcept |
void | reset () noexcept |
Public Attributes | |
Function | functionToUse |
Applies waveshaping to audio samples as single samples or AudioBlocks.
Definition at line 38 of file juce_WaveShaper.h.
|
inlinenoexcept |
Called before processing starts.
Definition at line 44 of file juce_WaveShaper.h.
|
inlinenoexcept |
Processes the input and output buffers supplied in the processing context.
Definition at line 56 of file juce_WaveShaper.h.
|
inlinenoexcept |
Returns the result of processing a single sample.
Definition at line 49 of file juce_WaveShaper.h.
|
inlinenoexcept |
Definition at line 71 of file juce_WaveShaper.h.
Function juce::dsp::WaveShaper< FloatType, Function >::functionToUse |
Definition at line 40 of file juce_WaveShaper.h.