Enum ChorusPhase
- Namespace
- VisioForge.Core.Types.X.AudioEffects
- Assembly
- VisioForge.Core.dll
LFO phase offset for the chorus effect, in degrees. Controls the phase difference between left and right channel modulation, affecting the stereo width of the chorus effect.
public enum ChorusPhaseFields
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.