alphaTab.midi.TimeSignatureEvent
Represents a time signature change event.
class TimeSignatureEvent extends MidiEventProperties​
command​
(no description) (Inherited from MidiEvent )
- JavaScript
- C#
- Kotlin
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 )
- JavaScript
- C#
- Kotlin
readonly data1: number;double Data1 { get; }val data1: Doubledata2​
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 )
- JavaScript
- C#
- Kotlin
readonly data2: number;double Data2 { get; }val data2: DoubledenominatorIndex​
The denominator index is a negative power of two: 2 represents a quarter-note, 3 represents an eighth-note, etc. Denominator = 2^(index)
- JavaScript
- C#
- Kotlin
denominatorIndex: number;double DenominatorIndex { get; set; }var denominatorIndex: Doublemessage​
The 32-bit encoded raw midi message. Deprecated since 1.3.0. Use the properties of the subclasses instead. (Inherited from MidiEvent )
- JavaScript
- C#
- Kotlin
readonly message: number;double Message { get; }val message: DoublemidiClocksPerMetronomeClick​
The number of MIDI clocks in a metronome click
- JavaScript
- C#
- Kotlin
midiClocksPerMetronomeClick: number;double MidiClocksPerMetronomeClick { get; set; }var midiClocksPerMetronomeClick: Doublenumerator​
The time signature numerator.
- JavaScript
- C#
- Kotlin
numerator: number;double Numerator { get; set; }var numerator: DoublethirtySecondNodesInQuarter​
The number of notated 32nd-notes in what MIDI thinks of as a quarter-note (24 MIDI Clocks).
- JavaScript
- C#
- Kotlin
thirtySecondNodesInQuarter: number;double ThirtySecondNodesInQuarter { get; set; }var thirtySecondNodesInQuarter: Doubletick​
Gets or sets the absolute tick of this midi event. (Inherited from MidiEvent )
- JavaScript
- C#
- Kotlin
tick: number;double Tick { get; set; }var tick: Doubletrack​
Gets or sets the track to which the midi event belongs. (Inherited from MidiEvent )
- JavaScript
- C#
- Kotlin
track: number;double Track { get; set; }var track: Doubletype​
Gets or sets the midi command (type) of this event. (Inherited from MidiEvent )
- JavaScript
- C#
- Kotlin
Methods​
writeTo​
(no description)
- JavaScript
- C#
- Kotlin
| Parameter | Summary |
|---|---|
sAll | (no description) |