Struct Event.CbEffectChange.Chorus

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

Constructors

Chorus(FxChorusType, int)

public Chorus(Effect.FxChorusType Type, int Value)

Parameters

Type Effect.FxChorusType

The parameter type or "macro".

Value int

The new 7-bit value.

Properties

Type

The parameter type or "macro".

public Effect.FxChorusType Type { get; init; }

Property Value

Effect.FxChorusType

Value

The new 7-bit value.

public int Value { get; init; }

Property Value

int