att.midiTempo

Attributes that record MIDI tempo information.
Module
MEI.midi
Attributes
midi.bpm, midi.mspb
midi.bpm(optional)Captures the number of *quarter notes* per minute. In MIDI, a beat is always defined as a quarter note, *not the numerator of the time signature or the metronomic indication*. Value conforms to data.MIDIBPM.
midi.mspb(optional)Records the number of microseconds per *quarter note*. In MIDI, a beat is always defined as a quarter note, *not the numerator of the time signature or the metronomic indication*. At 120 quarter notes per minute, each quarter note will last 500,000 microseconds. Value conforms to data.MIDIMSPB.
midi.bpm(optional)Captures the number of *quarter notes* per minute. In MIDI, a beat is always defined as a quarter note, *not the numerator of the time signature or the metronomic indication*. Value conforms to data.MIDIBPM.
midi.mspb(optional)Records the number of microseconds per *quarter note*. In MIDI, a beat is always defined as a quarter note, *not the numerator of the time signature or the metronomic indication*. At 120 quarter notes per minute, each quarter note will last 500,000 microseconds. Value conforms to data.MIDIMSPB.
MIDI component declarations.
midi.bpm(optional)Captures the number of *quarter notes* per minute. In MIDI, a beat is always defined as a quarter note, *not the numerator of the time signature or the metronomic indication*. Value conforms to data.MIDIBPM.
midi.mspb(optional)Records the number of microseconds per *quarter note*. In MIDI, a beat is always defined as a quarter note, *not the numerator of the time signature or the metronomic indication*. At 120 quarter notes per minute, each quarter note will last 500,000 microseconds. Value conforms to data.MIDIMSPB.
Available at
scoreDef(score definition) – Container for score meta-information.
tempoText and symbols descriptive of tempo, mood, or style, e.g., "allarg.", "a tempo", "cantabile", "Moderato", "♩=60", "Moderato ♩ =60").
scoreDef(score definition) – Container for score meta-information.
tempoText and symbols descriptive of tempo, mood, or style, e.g., "allarg.", "a tempo", "cantabile", "Moderato", "♩=60", "Moderato ♩ =60").
Declaration
<classSpec ident="att.midiTempo" module="MEI.midi" type="atts">
<desc>Attributes that record MIDI tempo information.</desc>
<attList org="group">
<attDef ident="midi.bpm" usage="opt">
<desc>Captures the number of *quarter notes* per minute. In MIDI, a beat is always defined as a quarter note, *not the numerator of the time signature or the metronomic indication*.</desc>
<datatype maxOccurs="1" minOccurs="1">
<rng:ref name="data.MIDIBPM" />
</datatype>
</attDef>
<attDef ident="midi.mspb" usage="opt">
<desc>Records the number of microseconds per *quarter note*. In MIDI, a beat is always defined as a quarter note, *not the numerator of the time signature or the metronomic indication*. At 120 quarter notes per minute, each quarter note will last 500,000 microseconds.</desc>
<datatype maxOccurs="1" minOccurs="1">
<rng:ref name="data.MIDIMSPB" />
</datatype>
</attDef>
</attList>
</classSpec>