Class Effect.DelayProcessorSnapshot

Namespace
SpessaSharp.Synthesizer.Engine.Effects
Assembly
SpessaSharp.dll
public class Effect.DelayProcessorSnapshot : Effect.BaseEffect
Inheritance
Effect.DelayProcessorSnapshot
Derived
Inherited Members

Properties

Feedback

0-127
(-64)-63
This parameter affects the number of times the delay will repeat. With a value of 0, the delay will not repeat. With higher values there will be more repeats. With negative (-) values, the center delay will be fed back with inverted phase. Negative values are effective with short delay times.

public virtual int Feedback { get; set; }

Property Value

int

LevelCenter

0-127
This parameter sets the volume of the central delay. Higher values result in a louder center delay.

public virtual int LevelCenter { get; set; }

Property Value

int

LevelLeft

0-127
This parameter sets the volume of the left delay. Higher values result in a louder left delay.

public virtual int LevelLeft { get; set; }

Property Value

int

LevelRight

0-127
This parameter sets the volume of the right delay. Higher values result in a louder right delay.

public virtual int LevelRight { get; set; }

Property Value

int

SendLevelToReverb

0-127
This parameter sets the amount of delay sound that is sent to the reverb. Higher values result in more sound being sent.

public virtual int SendLevelToReverb { get; set; }

Property Value

int

TimeCenter

0-115
0.1ms-340ms-1000ms
The delay effect has three delay times; center, left and right (when listening in stereo). Delay Time Center sets the delay time of the delay located at the center. Refer to SC-8850 Owner's Manual p. 236 for the exact mapping of the values.

public virtual int TimeCenter { get; set; }

Property Value

int

TimeRatioLeft

0-120
4% - 500%
This parameter sets the delay time of the delay located at the left as a percentage of the Delay Time Center (up to a max. of 1.0 s). The resolution is 100/24(%).

public virtual int TimeRatioLeft { get; set; }

Property Value

int

TimeRatioRight

1-120
4%-500%
This parameter sets the delay time of the delay located at the right as a percentage of the Delay Time Center (up to a max. of 1.0 s). The resolution is 100/24(%).

public virtual int TimeRatioRight { get; set; }

Property Value

int