Struct Event.CbStopAll
- Namespace
- SpessaSharp.Synthesizer
- Assembly
- SpessaSharp.dll
public readonly record struct Event.CbStopAll : IEquatable<Event.CbStopAll>
- Implements
- Inherited Members
Constructors
CbStopAll(int, bool)
public CbStopAll(int Channel, bool Force)
Parameters
Properties
Channel
The MIDI channel number.
public int Channel { get; init; }
Property Value
Force
If the channel was force stopped. (no release time)
public bool Force { get; init; }