att.mmTempo

Attributes that record tempo in terms of beats per minute.
Module
MEI.shared
Attributes
mm, mm.dots, mm.unit
mm(optional)Used to describe tempo in terms of beats (often the meter signature denominator) per minute, ala M.M. (Maezel's Metronome). Do not confuse this attribute with midi.bpm or midi.mspb. 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.TEMPOVALUE.
mm.dots(optional)Records the number of augmentation dots required by a dotted metronome unit. Value conforms to data.AUGMENTDOT.
mm.unit(optional)Captures the metronomic unit. Value conforms to data.DURATION.
mm(optional)Used to describe tempo in terms of beats (often the meter signature denominator) per minute, ala M.M. (Maezel's Metronome). Do not confuse this attribute with midi.bpm or midi.mspb. 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.TEMPOVALUE.
mm.unit(optional)Captures the metronomic unit. Value conforms to data.DURATION.
mm.dots(optional)Records the number of augmentation dots required by a dotted metronome unit. Value conforms to data.AUGMENTDOT.
Component declarations that are shared between two or more modules.
mm(optional)Used to describe tempo in terms of beats (often the meter signature denominator) per minute, ala M.M. (Maezel's Metronome). Do not confuse this attribute with midi.bpm or midi.mspb. 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.TEMPOVALUE.
mm.dots(optional)Records the number of augmentation dots required by a dotted metronome unit. Value conforms to data.AUGMENTDOT.
mm.unit(optional)Captures the metronomic unit. Value conforms to data.DURATION.
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.mmTempo" module="MEI.shared" type="atts">
<desc>Attributes that record tempo in terms of beats per minute.</desc>
<attList org="group">
<attDef ident="mm" usage="opt">
<desc>Used to describe tempo in terms of beats (often the meter signature denominator) per minute, ala M.M. (Maezel's Metronome). Do not confuse this attribute with midi.bpm or midi.mspb. 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.TEMPOVALUE" />
</datatype>
</attDef>
<attDef ident="mm.unit" usage="opt">
<desc>Captures the metronomic unit.</desc>
<datatype maxOccurs="1" minOccurs="1">
<rng:ref name="data.DURATION" />
</datatype>
</attDef>
<attDef ident="mm.dots" usage="opt">
<desc>Records the number of augmentation dots required by a dotted metronome unit.</desc>
<datatype maxOccurs="1" minOccurs="1">
<rng:ref name="data.AUGMENTDOT" />
</datatype>
</attDef>
</attList>
</classSpec>