Skip to main content

alphaTab.midi.PitchBendEvent

Description

Represents a change of the pitch bend (aka. pitch wheel) on a specific channel.

 class PitchBendEvent extends MidiEvent

Properties

channel

The channel for which the pitch bend changes.

command

(Inherited from MidiEvent)

data1
data2
message

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

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)

value

The value to which the pitch changes. This value is according to the MIDI specification.

Methods

writeTo(IWriteable)