Class CompressorMan

Class Documentation

class CompressorMan

Manages compressor effect settings.

Public Functions

inline ARGSETTER makeArgSetter()

Creates a map of argument setters for the compressor effect.

Returns:

An ARGSETTER map for configuring the compressor.

Public Members

float strength

The compression ratio.

int threshDB

The threshold in decibels.

int attackMS

The attack time in milliseconds.

int releaseMS

The release time in milliseconds.

int kneeDB

The knee width in decibels.