att.channelized

Attributes that record MIDI channel information.
Module MEI.midi
Members
instrDef (direct member of att.channelized)
Attributes
@midi.channel(optional)Records a MIDI channel value. Value conforms to data.MIDICHANNEL. att.channelized
@midi.duty(optional)Specifies the 'on' part of the duty cycle as a percentage of a note's duration. Value conforms to data.PERCENT. att.channelized
@midi.port(optional)Sets the MIDI port value. Value conforms to data.MIDIVALUE. att.channelized
@midi.track(optional)Sets the MIDI track. Value of datatype positiveInteger. att.channelized
Declaration
<attDef ident="midi.channel" usage="opt">
<desc>Records a MIDI channel value.</desc>
<datatype maxOccurs="1" minOccurs="1">
<rng:ref name="data.MIDICHANNEL" />
</datatype>
</attDef>
<attDef ident="midi.duty" usage="opt">
<desc>Specifies the 'on' part of the duty cycle as a percentage of a note's duration.</desc>
<datatype maxOccurs="1" minOccurs="1">
<rng:ref name="data.PERCENT" />
</datatype>
</attDef>
<attDef ident="midi.port" usage="opt">
<desc>Sets the MIDI port value.</desc>
<datatype maxOccurs="1" minOccurs="1">
<rng:ref name="data.MIDIVALUE" />
</datatype>
</attDef>
<attDef ident="midi.track" usage="opt">
<desc>Sets the MIDI track.</desc>
<datatype maxOccurs="1" minOccurs="1">
<rng:data type="positiveInteger"/>
</datatype>
</attDef>