midi-device

The midi-device type corresponds to the DeviceName meta event in Standard MIDI Files. The optional port attribute is a number from 1 to 16 that can be used with the unofficial MIDI port (or cable) meta event.

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
port midi-16 optional

Used By

Source

<xs:complexType name="midi-device">
  <xs:annotation>
    <xs:documentation>The midi-device type corresponds to the DeviceName meta event in Standard MIDI Files. The optional port attribute is a number from 1 to 16 that can be used with the unofficial MIDI port (or cable) meta event.</xs:documentation>
  </xs:annotation>
  <xs:simpleContent>
    <xs:extension base="xs:string">
      <xs:attribute name="port" type="midi-16"/>
    </xs:extension>
  </xs:simpleContent>
</xs:complexType>