att.miditempo

Attributes that record MIDI tempo information.
Module MEI.midi
Members
Attributes
@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. att.miditempo
@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. att.miditempo
Declaration
<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>