att.midiVelocity

MIDI attributes pertaining to key velocity.
Module
MEI.midi
Attributes
vel
vel(optional)MIDI Note-on/off velocity. Value conforms to data.MIDIVALUE.
vel(optional)MIDI Note-on/off velocity. Value conforms to data.MIDIVALUE.
MIDI component declarations.
vel(optional)MIDI Note-on/off velocity. Value conforms to data.MIDIVALUE.
Available at
ncSign representing a single pitched event, although the exact pitch may not be known.
noteA single pitched event.
ncSign representing a single pitched event, although the exact pitch may not be known.
noteA single pitched event.
Declaration
<classSpec ident="att.midiVelocity" module="MEI.midi" type="atts">
<desc>MIDI attributes pertaining to key velocity.</desc>
<attList org="group">
<attDef ident="vel" usage="opt">
<desc>MIDI Note-on/off velocity.</desc>
<datatype maxOccurs="1" minOccurs="1">
<rng:ref name="data.MIDIVALUE" />
</datatype>
</attDef>
</attList>
</classSpec>