data.MIDIVALUE
Generic MIDI value. One-based values must be followed by a lower-case letter "o".
Used by
These class-based attributes use data.MIDIVALUE
att.midiInstrument/@midi.instrnumCaptures the General MIDI instrument number. Use an integer for a 0-based value.
These other Data Types reference data.MIDIVALUE
Declaration
<macroSpec ident="data.MIDIVALUE" module="MEI" type="dt">
<desc xml:lang="en">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>