att.channelized

Attributes that record MIDI channel information.
Module
MEI.midi
Attributes
midi.channel, midi.duty, midi.port, midi.track
midi.channel(optional)Records a MIDI channel value. Value conforms to data.MIDICHANNEL.
midi.duty(optional)Specifies the 'on' part of the duty cycle as a percentage of a note's duration. Value conforms to data.PERCENT.LIMITED.
midi.port(optional)Sets the MIDI port value. Value conforms to data.MIDIVALUE_NAME.
midi.track(optional)Sets the MIDI track. Value of datatype positiveInteger.
midi.channel(optional)Records a MIDI channel value. Value conforms to data.MIDICHANNEL.
midi.duty(optional)Specifies the 'on' part of the duty cycle as a percentage of a note's duration. Value conforms to data.PERCENT.LIMITED.
midi.port(optional)Sets the MIDI port value. Value conforms to data.MIDIVALUE_NAME.
midi.track(optional)Sets the MIDI track. Value of datatype positiveInteger.
MIDI component declarations.
midi.channel(optional)Records a MIDI channel value. Value conforms to data.MIDICHANNEL.
midi.duty(optional)Specifies the 'on' part of the duty cycle as a percentage of a note's duration. Value conforms to data.PERCENT.LIMITED.
midi.port(optional)Sets the MIDI port value. Value conforms to data.MIDIVALUE_NAME.
midi.track(optional)Sets the MIDI track. Value of datatype positiveInteger.
Available at
instrDef(instrument definition) – MIDI instrument declaration.
scoreDef(score definition) – Container for score meta-information.
instrDef(instrument definition) – MIDI instrument declaration.
scoreDef(score definition) – Container for score meta-information.
Declaration
<classSpec ident="att.channelized" module="MEI.midi" type="atts">
<desc>Attributes that record MIDI channel information.</desc>
<attList org="group">
<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.LIMITED" />
</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_NAME" />
</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>
</attList>
</classSpec>