This is a struct containing all the parameters needed to describe a compressor effect. More...
#include <effectparameters.h>
Public Member Functions | |
CompressorParameters (Boole active=true) | |
Struct constructor. More... | |
Public Attributes | |
Boole | Active |
The Compressor can only be switched on and off, it cannot be adjusted. | |
This is a struct containing all the parameters needed to describe a compressor effect.
The Automatic Gain Control effect performs the same task as a studio compressor, evening out the audio dynamic range of an input sound.
Definition at line 761 of file effectparameters.h.
|
inline |
Struct constructor.
active | The Compressor can only be switched on and off, it cannot be adjusted. |
Definition at line 768 of file effectparameters.h.