att.channelized

Attributes that record MIDI channel information.
Module
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 is a positive integer.
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 is a positive integer.
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 is a positive integer.
Available at
instrDefMIDI instrument declaration.
scoreDefContainer for score meta-information.
MIDI component declarations.
instrDefMIDI instrument declaration.
Component declarations that are shared between two or more modules.
scoreDefContainer for score meta-information.
Declaration
<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>
<datatype>
<rng:ref name="data.MIDICHANNEL"/>
</datatype>
</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>
<datatype>
<rng:ref name="data.PERCENT.LIMITED"/>
</datatype>
</attDef>
<attDef ident="midi.port" usage="opt">
<desc xml:lang="en">Sets the MIDI port value.</desc>
<datatype>
<rng:ref name="data.MIDIVALUE_NAME"/>
</datatype>
</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>