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
Classes | Namespaces
juce_Reverb.h File Reference

Go to the source code of this file.

Classes

class  juce::Reverb
 Performs a simple reverb effect on a stream of audio data. More...
 
struct  juce::Reverb::Parameters
 Holds the parameters being used by a Reverb object. More...
 

Namespaces

namespace  juce
 JUCE Namespace.
 

Class Documentation

◆ juce::Reverb::Parameters

struct juce::Reverb::Parameters

Holds the parameters being used by a Reverb object.

Definition at line 50 of file juce_Reverb.h.

Class Members
float damping Damping, 0 to 1.0, where 0 is not damped, 1.0 is fully damped.
float dryLevel Dry level, 0 to 1.0.
float freezeMode Freeze mode - values < 0.5 are "normal" mode, values > 0.5 put the reverb into a continuous feedback loop.
float roomSize Room size, 0 to 1.0, where 1.0 is big, 0 is small.
float wetLevel Wet level, 0 to 1.0.
float width Reverb width, 0 to 1.0, where 1.0 is very wide.