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
Loading...
Searching...
No Matches
Public Member Functions | List of all members
juce::dsp::MultichannelEngine Class Reference

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
 

Detailed Description

Definition at line 441 of file juce_Convolution.cpp.

Constructor & Destructor Documentation

◆ MultichannelEngine()

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.

Member Function Documentation

◆ getBlockSize()

int juce::dsp::MultichannelEngine::getBlockSize ( ) const
noexcept

Definition at line 531 of file juce_Convolution.cpp.

◆ getIRSize()

int juce::dsp::MultichannelEngine::getIRSize ( ) const
noexcept

Definition at line 529 of file juce_Convolution.cpp.

◆ getLatency()

int juce::dsp::MultichannelEngine::getLatency ( ) const
noexcept

Definition at line 530 of file juce_Convolution.cpp.

◆ processSamples()

void juce::dsp::MultichannelEngine::processSamples ( const AudioBlock< const float > &  input,
AudioBlock< float > &  output 
)

Definition at line 493 of file juce_Convolution.cpp.

◆ reset()

void juce::dsp::MultichannelEngine::reset ( )

Definition at line 484 of file juce_Convolution.cpp.


The documentation for this class was generated from the following file: