Skip to main content

alphaTab.midi.ProgramChangeEvent

Description

Represents the change of the midi program on a channel.

 class ProgramChangeEvent extends MidiEvent

Properties

channel

The midi channel for which the program changes.

command

(Inherited from MidiEvent)

data1
data2

The second data byte Meaning depends on midi event type. (Deprecated since 1.3.0, use the specific properties of the midi event depending on type) (Inherited from MidiEvent)

message

The 32-bit encoded raw midi message. Deprecated since 1.3.0. Use the properties of the subclasses instead. (Inherited from MidiEvent)

program

The numeric value of the program indicating the instrument bank to choose.

tick

Gets or sets the absolute tick of this midi event. (Inherited from MidiEvent)

track

Gets or sets the track to which the midi event belongs. (Inherited from MidiEvent)

type

Gets or sets the midi command (type) of this event. (Inherited from MidiEvent)

Methods

writeTo(IWriteable)