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