Struct Event.CbEffectChange.Delay

Namespace
SpessaSharp.Synthesizer
Assembly
SpessaSharp.dll
public readonly record struct Event.CbEffectChange.Delay : IEquatable<Event.CbEffectChange.Delay>
Implements
Inherited Members

Constructors

Delay(FxDelayType, int)

public Delay(Effect.FxDelayType Type, int Value)

Parameters

Type Effect.FxDelayType

The parameter type or "macro".

Value int

The new 7-bit value.

Properties

Type

The parameter type or "macro".

public Effect.FxDelayType Type { get; init; }

Property Value

Effect.FxDelayType

Value

The new 7-bit value.

public int Value { get; init; }

Property Value

int