JUCE
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines
Public Member Functions | Public Attributes
Reverb::Parameters Struct Reference

Holds the parameters being used by a Reverb object. More...

List of all members.

Public Member Functions

 Parameters () noexcept

Public Attributes

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

Detailed Description

Holds the parameters being used by a Reverb object.


Constructor & Destructor Documentation


Member Data Documentation

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

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

Wet level, 0 to 1.0.

Referenced by Reverb::setParameters().

Dry level, 0 to 1.0.

Referenced by Reverb::setParameters().

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

Referenced by Reverb::setParameters().

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

Referenced by Reverb::setParameters().


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