att.midiNumber

Attributes that record MIDI numbers.
Module
MEI.midi
Attributes
num
num(required)MIDI number in the range set by data.MIDIVALUE. Value conforms to data.MIDIVALUE.
num(required)MIDI number in the range set by data.MIDIVALUE. Value conforms to data.MIDIVALUE.
MIDI component declarations.
num(required)MIDI number in the range set by data.MIDIVALUE. Value conforms to data.MIDIVALUE.
Available at
cc(control change) – MIDI parameter/control change.
chanPr(channel pressure) – MIDI channel pressure/after touch.
noteOffMIDI note-off event.
noteOnMIDI note-on event.
portMIDI port.
prog(program) – MIDI program change.
vel(velocity) – MIDI Note-on/off velocity.
cc(control change) – MIDI parameter/control change.
chanPr(channel pressure) – MIDI channel pressure/after touch.
noteOffMIDI note-off event.
noteOnMIDI note-on event.
portMIDI port.
prog(program) – MIDI program change.
vel(velocity) – MIDI Note-on/off velocity.
Declaration
<classSpec ident="att.midiNumber" module="MEI.midi" type="atts">
<desc>Attributes that record MIDI numbers.</desc>
<attList org="group">
<attDef ident="num" usage="req">
<desc>MIDI number in the range set by data.MIDIVALUE.</desc>
<datatype maxOccurs="1" minOccurs="1">
<rng:ref name="data.MIDIVALUE" />
</datatype>
</attDef>
</attList>
</classSpec>