|
JUCE-7.0.12-0-g4f43011b96 JUCE-7.0.12-0-g4f43011b96
JUCE — C++ application framework with suport for VST, VST3, LV2 audio plug-ins
« « « Anklang Documentation |
Public Member Functions | |
| void | reset () |
| void | prepare (const ProcessSpec &spec) |
| template<typename ProcessCurrent , typename ProcessPrevious , typename NotifyDone > | |
| void | processSamples (const AudioBlock< const float > &input, AudioBlock< float > &output, ProcessCurrent &¤t, ProcessPrevious &&previous, NotifyDone &¬ifyDone) |
| void | beginTransition () |
Definition at line 932 of file juce_Convolution.cpp.
| void juce::dsp::CrossoverMixer::beginTransition | ( | ) |
Definition at line 997 of file juce_Convolution.cpp.
| void juce::dsp::CrossoverMixer::prepare | ( | const ProcessSpec & | spec | ) |
Definition at line 940 of file juce_Convolution.cpp.
| void juce::dsp::CrossoverMixer::processSamples | ( | const AudioBlock< const float > & | input, |
| AudioBlock< float > & | output, | ||
| ProcessCurrent && | current, | ||
| ProcessPrevious && | previous, | ||
| NotifyDone && | notifyDone | ||
| ) |
Definition at line 949 of file juce_Convolution.cpp.
| void juce::dsp::CrossoverMixer::reset | ( | ) |
Definition at line 935 of file juce_Convolution.cpp.