att.midiVelocity

MIDI attributes pertaining to key velocity.
Module
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.
Neume repertoire component declarations.
ncSign representing a single pitched event, although the exact pitch may not be known.
Component declarations that are shared between two or more modules.
noteA single pitched event.
Declaration
<classSpec ident="att.midiVelocity" module="MEI.midi" type="atts">
<desc xml:lang="en">MIDI attributes pertaining to key velocity.</desc>
<attList>
<attDef ident="vel" usage="opt">
<desc xml:lang="en">MIDI Note-on/off velocity.</desc>
<datatype>
<rng:ref name="data.MIDIVALUE"/>
</datatype>
</attDef>
</attList>
</classSpec>