Class SSDelay.Line
- Namespace
- SpessaSharp.Synthesizer.Engine.Effects
- Assembly
- SpessaSharp.dll
public sealed class SSDelay.Line
- Inheritance
-
SSDelay.Line
- Inherited Members
Constructors
Line(int)
public Line(int maxDelay)
Parameters
maxDelayint
Fields
Feedback
public float Feedback
Field Value
Gain
public float Gain
Field Value
Properties
Time
public int Time { get; set; }
Property Value
Methods
Clear()
public void Clear()
Process(ReadOnlySpan<float>, Span<float>, int)
OVERWRITES the output
public void Process(ReadOnlySpan<float> input, Span<float> output, int sampleCount)
Parameters
inputReadOnlySpan<float>outputSpan<float>sampleCountint