Class Effect.BaseEffect
- Namespace
- SpessaSharp.Synthesizer.Engine.Effects
- Assembly
- SpessaSharp.dll
public abstract class Effect.BaseEffect
- Inheritance
-
Effect.BaseEffect
- Derived
- Inherited Members
Properties
Level
0-127
This parameter sets the amount of the effect sent to the effect output.
public virtual int Level { get; set; }
Property Value
PreLowPass
0-7
A low-pass filter can be applied to the sound coming into the effect to cut the high
frequency range. Higher values will cut more of the high frequencies, resulting in a
more mellow effect sound.
public virtual int PreLowPass { get; set; }