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

maxDelay int

Fields

Feedback

public float Feedback

Field Value

float

Gain

public float Gain

Field Value

float

Properties

Time

public int Time { get; set; }

Property Value

int

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

input ReadOnlySpan<float>
output Span<float>
sampleCount int