att.midiValue

Attributes that record MIDI values.
Module
MEI.midi
Attributes
val
val(optional)MIDI number. Value conforms to data.MIDIVALUE.
val(optional)MIDI number. Value conforms to data.MIDIVALUE.
MIDI component declarations.
val(optional)MIDI number. Value conforms to data.MIDIVALUE.
Available at
cc(control change) – MIDI parameter/control change.
dynam(dynamic) – Indication of the volume of a note, phrase, or section of music.
hairpinIndicates continuous dynamics expressed on the score as wedge-shaped graphics, e.g. < and >.
hairpinIndicates continuous dynamics expressed on the score as wedge-shaped graphics, e.g. < and >.
cc(control change) – MIDI parameter/control change.
dynam(dynamic) – Indication of the volume of a note, phrase, or section of music.
Declaration
<classSpec ident="att.midiValue" module="MEI.midi" type="atts">
<desc>Attributes that record MIDI values.</desc>
<attList org="group">
<attDef ident="val" usage="opt">
<desc>MIDI number.</desc>
<datatype maxOccurs="1" minOccurs="1">
<rng:ref name="data.MIDIVALUE" />
</datatype>
</attDef>
</attList>
</classSpec>