This is a struct containing all the parameters needed to describe a compressor effect. More...
#include <effectparameters.h>
Public Member Functions | |
CompressorParameters (bool active=true) | |
Struct constructor. More... | |
Public Attributes | |
bool | 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 767 of file effectparameters.h.
|
inline |
Struct constructor.
active@copybrief | CompressorParameters::Active |
Definition at line 774 of file effectparameters.h.