Applies waveshaping to audio samples as single samples or AudioBlocks. More...
#include <juce_WaveShaper.h>
Public Member Functions | |
void | prepare (const ProcessSpec &) noexcept |
Called before processing starts. More... | |
template<typename ProcessContext > | |
void | process (const ProcessContext &context) const noexcept |
Processes the input and output buffers supplied in the processing context. More... | |
template<typename SampleType > | |
SampleType JUCE_VECTOR_CALLTYPE | processSample (SampleType inputSample) const noexcept |
Returns the result of processing a single sample. More... | |
void | reset () noexcept |
Public Attributes | |
Function | functionToUse |
Applies waveshaping to audio samples as single samples or AudioBlocks.
@tags{DSP}
|
inlinenoexcept |
Called before processing starts.
|
inlinenoexcept |
Processes the input and output buffers supplied in the processing context.
References juce::dsp::WaveShaper< FloatType, Function >::functionToUse, and juce::dsp::AudioBlock< SampleType >::process().
|
inlinenoexcept |
Returns the result of processing a single sample.
References juce::dsp::WaveShaper< FloatType, Function >::functionToUse.
|
inlinenoexcept |
Function juce::dsp::WaveShaper< FloatType, Function >::functionToUse |