Table of Contents

Enum FlangerPhase

Namespace
VisioForge.Core.Types.X.AudioEffects
Assembly
VisioForge.Core.dll

LFO phase offset for the flanger effect, in degrees. Controls the phase difference between left and right channel modulation, affecting the stereo width of the flanging effect.

public enum FlangerPhase

Fields

PhaseNeg180 = 0

-180 degrees. Maximum stereo width with inverted modulation between channels.

PhaseNeg90 = 1

-90 degrees.

PhaseZero = 2

0 degrees. Both channels modulate in sync (mono-compatible).

Phase90 = 3

90 degrees.

Phase180 = 4

180 degrees. Maximum stereo width with inverted modulation between channels.