att.midivelocity

MIDI attributes pertaining to key velocity.
Module MEI.midi
Members
Attributes
@vel(optional)MIDI Note-on/off velocity. Value conforms to data.MIDIVALUE. att.midivelocity
Declaration
<attDef ident="vel" usage="opt">
<desc>MIDI Note-on/off velocity.</desc>
<datatype maxOccurs="1" minOccurs="1">
<rng:ref name="data.MIDIVALUE" />
</datatype>
</attDef>