Sound
(NOTE) Applies a delay filter to audio generated by its input SoundNodes.
| Methods | Properties | Base Classes | Derived Classes | 
|---|---|---|---|
| InterpolateWetPercent | Delay | soundnode | |
| InterpolateWetValue | FeedbackPercent | ||
| FeedbackValue | |||
| WetPercent | |||
| WetValue | 
Properties
Delay : real
The length of the delay, in seconds.
var Delay : Real
FeedbackPercent : real
DEPRECATED The FeedbackValue property should be used instead.
var FeedbackPercent : Real
FeedbackValue : real
The percentage of output (from 0 to 1.0f) which is fed back into the filter as input, creating an echo-like effect.
var FeedbackValue : Real
WetPercent : real
DEPRECATED The WetValue property should be used instead.
var WetPercent : Real
WetValue : real
The percentage of the node's output (0 - 1.0) which has the delay filter applied to it.
var WetValue : Real
Methods
InterpolateWetPercent : Void
DEPRECATED The InterpolateWetValue method should be used instead. |Name|Type|Description| |---|---|---| |wetPercent|real| | |time|real| |
function InterpolateWetPercent(wetPercent : Real, time : Real)
InterpolateWetValue : Void
Interpolates the WetValue property from its current value to the value passed in as the first parameter, over the number of seconds passed in as the second parameter. |Name|Type|Description| |---|---|---| |wetPercent|real| | |time|real| |
function InterpolateWetValue(wetPercent : Real, time : Real)