Struct Event.CbProgramChange

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

Constructors

CbProgramChange(Full, int)

public CbProgramChange(MidiPatch.Full Patch, int Channel)

Parameters

Patch MidiPatch.Full
Channel int

Properties

Channel

public int Channel { get; init; }

Property Value

int

Patch

public MidiPatch.Full Patch { get; init; }

Property Value

MidiPatch.Full