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

Channel int

The MIDI channel number.

Force bool

If the channel was force stopped. (no release time)

Properties

Channel

The MIDI channel number.

public int Channel { get; init; }

Property Value

int

Force

If the channel was force stopped. (no release time)

public bool Force { get; init; }

Property Value

bool