sc2-gamedata
Public Attributes | List of all members
CDSPCompressor Class Reference

DSP Compressor. More...

#include <DSP.h>

Inheritance diagram for CDSPCompressor:
Inheritance graph
[legend]
Collaboration diagram for CDSPCompressor:
Collaboration graph
[legend]

Public Attributes

real32 Attack
 Attack. More...
 
real32 GainMakeUp
 Gain Make Up. More...
 
real32 Release
 Release. More...
 
real32 Threshold
 Threshold. More...
 

Detailed Description

DSP Compressor.

Remarks
Unknown

Member Data Documentation

◆ Attack

real32 CDSPCompressor::Attack

Attack.

Amount of time (in milliseconds) the compressor will take to fade in a volume adjustment.

Remarks
minValue: 10.0
maxValue: 10.0

◆ GainMakeUp

real32 CDSPCompressor::GainMakeUp

Gain Make Up.

Amount the entire signal is boosted after the compression effect has been applied.

Remarks
minValue: 0.0
maxValue: 0.0

◆ Release

real32 CDSPCompressor::Release

Release.

Amount of time (in milliseconds) the compressor will take to fade out a volume adjustment.

Remarks
minValue: 20.0
maxValue: 20.0

◆ Threshold

real32 CDSPCompressor::Threshold

Threshold.

Compression will be applied whenever the signal surpasses this threshold level.

Remarks
minValue: -60.0
maxValue: -60.0

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