att.midiinstrument

Attributes that record MIDI instrument information.
Module MEI.midi
Members
instrDef (direct member of att.midiinstrument)
Attributes
@midi.instrname(optional)Provides a General MIDI label for the MIDI instrument. Value conforms to data.MIDINAMES. att.midiinstrument
@midi.instrnum(optional)Sets the MIDI instrument number. Value conforms to data.MIDIVALUE. att.midiinstrument
@midi.pan(optional)Sets the instrument's position in a stereo field. Values of 0 and 1 both pan left, 127 pans right, and 64 pans to the center. Value conforms to data.MIDIVALUE. att.midiinstrument
@midi.volume(optional)Sets the instrument's volume. Value conforms to data.MIDIVALUE. att.midiinstrument
Declaration
<attDef ident="midi.instrnum" usage="opt">
<desc>Sets the MIDI instrument number.</desc>
<datatype maxOccurs="1" minOccurs="1">
<rng:ref name="data.MIDIVALUE" />
</datatype>
</attDef>
<attDef ident="midi.instrname" usage="opt">
<desc>Provides a General MIDI label for the MIDI instrument.</desc>
<datatype maxOccurs="1" minOccurs="1">
<rng:ref name="data.MIDINAMES" />
</datatype>
</attDef>
<attDef ident="midi.pan" usage="opt">
<desc>Sets the instrument's position in a stereo field. Values of 0 and 1 both pan left, 127 pans right, and 64 pans to the center.</desc>
<datatype maxOccurs="1" minOccurs="1">
<rng:ref name="data.MIDIVALUE" />
</datatype>
</attDef>
<attDef ident="midi.volume" usage="opt">
<desc>Sets the instrument's volume.</desc>
<datatype maxOccurs="1" minOccurs="1">
<rng:ref name="data.MIDIVALUE" />
</datatype>
</attDef>