Sound
Methods | Properties | Base Classes | Derived Classes |
---|---|---|---|
AttackMillisec | soundnode | ||
InputGainDecibels | |||
KneeWidth | |||
OutputGainDecibels | |||
Ratio | |||
ReleaseMillisec | |||
ThresholdDecibels |
Properties
AttackMillisec : real
The time for the expander 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 expander, in decibels.
var KneeWidth : Real
OutputGainDecibels : real
The volume adjustment applied to the expander output, in decibels.
var OutputGainDecibels : Real
Ratio : real
The ratio of the volume reduction applied by the expander.
var Ratio : Real
ReleaseMillisec : real
The time for the expander to ramp from full effect to off after the input goes above the threshold.
var ReleaseMillisec : Real
ThresholdDecibels : real
The threshold, in decibels, at which the volume of the input is affected by the expander.
var ThresholdDecibels : Real