<classSpec ident="att.channelized" module="MEI.midi" type="atts">
<desc xml:lang="en">Attributes that record MIDI channel information.</desc>
<attList>
<attDef ident="midi.channel" usage="opt">
<desc xml:lang="en">Records a MIDI channel value.</desc>
</attDef>
<attDef ident="midi.duty" usage="opt">
<desc xml:lang="en">Specifies the 'on' part of the duty cycle as a percentage of a note’s duration.</desc>
</attDef>
<attDef ident="midi.port" usage="opt">
<desc xml:lang="en">Sets the MIDI port value.</desc>
</attDef>
<attDef ident="midi.track" usage="opt">
<desc xml:lang="en">Sets the MIDI track.</desc>
<datatype>
<rng:data type="positiveInteger"/>
</datatype>
</attDef>
</attList>
</classSpec>