|
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 | |
| MultichannelEngine (const AudioBuffer< float > &buf, int maxBlockSize, int maxBufferSize, Convolution::NonUniform headSizeIn, bool isZeroDelayIn) | |
| void | reset () |
| void | processSamples (const AudioBlock< const float > &input, AudioBlock< float > &output) |
| int | getIRSize () const noexcept |
| int | getLatency () const noexcept |
| int | getBlockSize () const noexcept |
Definition at line 441 of file juce_Convolution.cpp.
| juce::dsp::MultichannelEngine::MultichannelEngine | ( | const AudioBuffer< float > & | buf, |
| int | maxBlockSize, | ||
| int | maxBufferSize, | ||
| Convolution::NonUniform | headSizeIn, | ||
| bool | isZeroDelayIn | ||
| ) |
Definition at line 444 of file juce_Convolution.cpp.
|
noexcept |
Definition at line 531 of file juce_Convolution.cpp.
|
noexcept |
Definition at line 529 of file juce_Convolution.cpp.
|
noexcept |
Definition at line 530 of file juce_Convolution.cpp.
| void juce::dsp::MultichannelEngine::processSamples | ( | const AudioBlock< const float > & | input, |
| AudioBlock< float > & | output | ||
| ) |
Definition at line 493 of file juce_Convolution.cpp.
| void juce::dsp::MultichannelEngine::reset | ( | ) |
Definition at line 484 of file juce_Convolution.cpp.