Table of Contents

Sound

(NOTE) Applies a flanger filter to audio generated by its input SoundNodes.

Methods Properties Base Classes Derived Classes
FeedbackPercent soundnode
FeedbackValue
MaxDelayMillisec
ModulationFrequency

Properties


FeedbackPercent : real

DEPRECATED The FeedbackValue property should be used instead.

var FeedbackPercent : Real

FeedbackValue : real

The percentage of output (0 - 1.0) which is fed back into the filter as input.

var FeedbackValue : Real

MaxDelayMillisec : real

The maximum delay reached by the modulation. It will oscillate between 0 and this value at the frequency set by the ModulationFrequency property.

var MaxDelayMillisec : Real

ModulationFrequency : real

The frequency of the oscillator which varies the modulation.

var ModulationFrequency : Real

Methods