LMMS
Loading...
Searching...
No Matches
juce::Reverb::Parameters Struct Reference

#include <juce_Reverb.h>

Public Attributes

float roomSize = 0.5f
float damping = 0.5f
float wetLevel = 0.33f
float dryLevel = 0.4f
float width = 1.0f
float freezeMode = 0.0f

Detailed Description

Holds the parameters being used by a Reverb object.

Member Data Documentation

◆ damping

float juce::Reverb::Parameters::damping = 0.5f

Damping, 0 to 1.0, where 0 is not damped, 1.0 is fully damped.

◆ dryLevel

float juce::Reverb::Parameters::dryLevel = 0.4f

Dry level, 0 to 1.0

◆ freezeMode

float juce::Reverb::Parameters::freezeMode = 0.0f

Freeze mode - values < 0.5 are "normal" mode, values > 0.5 put the reverb into a continuous feedback loop.

◆ roomSize

float juce::Reverb::Parameters::roomSize = 0.5f

Room size, 0 to 1.0, where 1.0 is big, 0 is small.

◆ wetLevel

float juce::Reverb::Parameters::wetLevel = 0.33f

Wet level, 0 to 1.0

◆ width

float juce::Reverb::Parameters::width = 1.0f

Reverb width, 0 to 1.0, where 1.0 is very wide.


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