AudioFlanger
AudioFlanger imparts a whooshing or sweeping sound on audio streams by overlaying a delayed copy of the input stream and modulating the pitch of the copy. It provides one Input pin and one Output pin which can be connected to/from by Wires.
Summary
Properties
Whether audio streams are passed-through unaffected by this effect.
Controls how strong the pitch modulation of the flanger is.
Controls the balance of plain input stream to modified output stream.
Controls the rate of pitch modulations.
Methods
Returns an array of Wires that are connected to the specified pin.
Events
Fires when another instance is connected to or disconnected from the AudioFlanger via a Wire.
Properties
Depth
Controls how strong the pitch modulation of the flanger is. Ranges from 0 to 1 which determines the maximum delay time of the modulated signal. A value of 1 corresponds to 10 milliseconds of maximum delay; beyond this, the modulated signal would begin to sound more like an echo than a flange.
Methods
GetConnectedWires
Returns an array of Wires that are connected to the specified pin. AudioFlanger has one "Input" pin and one "Output" pin.
Parameters
Returns
Events
WiringChanged
Event that fires after a Wire becomes connected or disconnected, and that Wire is now or was previously connected to a pin on the AudioFlanger and to some other wirable instance.
Parameters
Whether the instance got connected or disconnected.
The pin on the AudioFlanger that the Wire targets.
The Wire between the AudioFlanger and the other instance.