data.MIDIVALUE

Generic MIDI value. One-based values must be followed by a lower-case letter "o".
Module
MEI
Used by
These class-based attributes use data.MIDIVALUE
These other Data Types reference data.MIDIVALUE
Declaration
<macroSpec ident="data.MIDIVALUE" module="MEI" type="dt">
<desc>Generic MIDI value. One-based values must be followed by a lower-case letter "o".</desc>
<content>
<rng:data type="token">
<rng:param name="pattern">
0|([1-9]|[1-9][0-9]|1([0-1][0-9]|2[0-7]))o?|128o
</rng:param>
</rng:data>
</content>
</macroSpec>