AudioFlanger

Show Deprecated

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

  • Read Parallel

    Whether audio streams are passed-through unaffected by this effect.

  • Read Parallel

    Controls how strong the pitch modulation of the flanger is.

  • Read Parallel

    Controls the balance of plain input stream to modified output stream.

  • Read Parallel

    Controls the rate of pitch modulations.

Methods

Properties

Bypass

Read Parallel

If true, audio streams are passed-through unaffected by this effect.

Depth

Read Parallel

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.

Read Parallel

Controls the balance of plain input stream to modified output stream. Ranges from 0 to 1.

Rate

Read Parallel

Frequency controlling the rate of pitch modulations, in hertz. Ranges from 0 to 20.

Methods

GetConnectedWires

Instances

Returns an array of Wires that are connected to the specified pin. AudioFlanger has one "Input" pin and one "Output" pin.

Parameters

pin: string

Returns

Instances

Events