OpenShot Library | OpenShotAudio  0.2.2
juce::dsp::Reverb Class Reference

Processor wrapper around juce::Reverb for easy integration into ProcessorChain. More...

#include <juce_Reverb.h>

Public Types

using Parameters = juce::Reverb::Parameters
 

Public Member Functions

 Reverb ()=default
 Creates an uninitialised Reverb processor. More...
 
const ParametersgetParameters () const noexcept
 Returns the reverb's current parameters.
 
void setParameters (const Parameters &newParams)
 Applies a new set of parameters to the reverb. More...
 
bool isEnabled () const noexcept
 Returns true if the reverb is enabled.
 
void setEnabled (bool newValue) noexcept
 Enables/disables the reverb.
 
void prepare (const juce::dsp::ProcessSpec &spec)
 Initialises the reverb.
 
void reset () noexcept
 Resets the reverb's internal state.
 
template<typename ProcessContext >
void process (const ProcessContext &context) noexcept
 Applies the reverb to a mono or stereo buffer.
 

Detailed Description

Processor wrapper around juce::Reverb for easy integration into ProcessorChain.

Definition at line 41 of file juce_dsp/processors/juce_Reverb.h.

Constructor & Destructor Documentation

◆ Reverb()

juce::dsp::Reverb::Reverb ( )
default

Creates an uninitialised Reverb processor.

Call prepare() before first use.

Member Function Documentation

◆ setParameters()

void juce::dsp::Reverb::setParameters ( const Parameters newParams)
inline

Applies a new set of parameters to the reverb.

Note that this doesn't attempt to lock the reverb, so if you call this in parallel with the process method, you may get artifacts.

Definition at line 58 of file juce_dsp/processors/juce_Reverb.h.

References juce::Reverb::setParameters().


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