Sound
| Methods | Properties | Base Classes | Derived Classes | 
|---|---|---|---|
| AttackMillisec | soundnode | ||
| InputGainDecibels | |||
| KneeWidth | |||
| OutputGainDecibels | |||
| Ratio | |||
| ReleaseMillisec | |||
| ThresholdDecibels | 
Properties
AttackMillisec : real
The time for the compressor to ramp to full effect after the input reaches the threshold.
var AttackMillisec : Real
InputGainDecibels : real
The volume adjustment applied to the audio input, in decibels.
var InputGainDecibels : Real
KneeWidth : real
The knee width of the compressor, in decibels.
var KneeWidth : Real
OutputGainDecibels : real
The volume adjustment applied to the compressor output, in decibels.
var OutputGainDecibels : Real
Ratio : real
The ratio of the volume reduction applied by the compressor.
var Ratio : Real
ReleaseMillisec : real
The time for the compressor to ramp from full effect to off after the input drops below the threshold.
var ReleaseMillisec : Real
ThresholdDecibels : real
The threshold, in decibels, at which the volume of the input is affected by the compressor.
var ThresholdDecibels : Real