Class Effect.ChorusProcessorSnapshot
- Namespace
- SpessaSharp.Synthesizer.Engine.Effects
- Assembly
- SpessaSharp.dll
public class Effect.ChorusProcessorSnapshot : Effect.BaseEffect
- Inheritance
-
Effect.ChorusProcessorSnapshot
- Derived
- Inherited Members
Properties
Delay
0-127
This parameter sets the delay time of the chorus effect.
public virtual int Delay { get; set; }
Property Value
Depth
0-127
This parameter sets the depth at which the chorus sound is modulated.
Higher values result in deeper modulation.
public virtual int Depth { get; set; }
Property Value
Feedback
0-127
This parameter sets the level at which the chorus sound is re-input (fed back) into the
chorus. By using feedback, a denser chorus sound can be created.
Higher values result in a greater feedback level.
public virtual int Feedback { get; set; }
Property Value
Rate
0-127
This parameter sets the speed (frequency) at which the chorus sound is modulated.
Higher values result in faster modulation.
public virtual int Rate { get; set; }
Property Value
SendLevelToDelay
0-127
This parameter sets the amount of chorus sound that will be sent to the delay.
Higher values result in more sound being sent.
public virtual int SendLevelToDelay { get; set; }
Property Value
SendLevelToReverb
0-127
This parameter sets the amount of chorus sound that will be sent to the reverb.
Higher values result in more sound being sent.
public virtual int SendLevelToReverb { get; set; }