MidiDeviceAttributes:{ id: string | null; port: number | null; }
Type declaration
id: string | null
Refers to the <score-instrument> assigned to this device. If missing, the device assignment affects all
<score-instrument> elements in the <score-part>.
port: number | null
A number from 1 to 16 that can be used with the unofficial MIDI 1.0 port (or cable) meta event.
Refers to the
<score-instrument>
assigned to this device. If missing, the device assignment affects all<score-instrument>
elements in the<score-part>
.