#include <juce_Reverb.h>
Processor wrapper around juce::Reverb for easy integration into ProcessorChain.
Definition at line 37 of file juce_dsp/processors/juce_Reverb.h.
◆ Reverb()
juce::dsp::Reverb::Reverb |
( |
| ) |
|
|
default |
Creates an uninitialised Reverb processor. Call prepare() before first use.
◆ getParameters()
const Parameters& juce::dsp::Reverb::getParameters |
( |
| ) |
const |
|
inlinenoexcept |
◆ isEnabled()
bool juce::dsp::Reverb::isEnabled |
( |
| ) |
const |
|
inlinenoexcept |
◆ prepare()
◆ process()
template<typename ProcessContext >
void juce::dsp::Reverb::process |
( |
const ProcessContext & |
context | ) |
|
|
inlinenoexcept |
◆ reset()
void juce::dsp::Reverb::reset |
( |
| ) |
|
|
inlinenoexcept |
◆ setEnabled()
void juce::dsp::Reverb::setEnabled |
( |
bool |
newValue | ) |
|
|
inlinenoexcept |
◆ 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 54 of file juce_dsp/processors/juce_Reverb.h.
The documentation for this class was generated from the following file: