Skip to main content

alphaTab.midi.TimeSignatureEvent

Description

Represents a time signature change event.

 class TimeSignatureEvent extends MidiEvent

Properties

command

(Inherited from MidiEvent)

data1

The first 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)

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)

denominatorIndex

The denominator index is a negative power of two: 2 represents a quarter-note, 3 represents an eighth-note, etc.

message

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

midiClocksPerMetronomeClick

The number of MIDI clocks in a metronome click

numerator

The time signature numerator.

thirtySecondNodesInQuarter

The number of notated 32nd-notes in what MIDI thinks of as a quarter-note (24 MIDI Clocks).

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)