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
TypeEffect.FxChorusTypeThe parameter type or "macro".
ValueintThe new 7-bit value.
Properties
Type
The parameter type or "macro".
public Effect.FxChorusType Type { get; init; }
Property Value
Value
The new 7-bit value.
public int Value { get; init; }