Skip to main content

alphaTab.midi.NoteOnEvent

Description

Represents a note being played

 class NoteOnEvent extends NoteEvent

Properties

channel

The channel on which the note is played. (Inherited from NoteEvent)

command

(Inherited from MidiEvent)

data1

(Inherited from NoteEvent)

data2

(Inherited from NoteEvent)

message

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

noteKey

The key of the note being played (aka. the note height). (Inherited from NoteEvent)

noteVelocity

The velocity in which the 'key' of the note is pressed (aka. the loudness/intensity of the note). (Inherited from NoteEvent)

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)