Closed vmatchenko closed 1 year ago
let port = await navigator().openMidiOut(midiObj.midiPort);
Here midiport property name should be in lowercase.
midiport
Currently, the port will be opened for Apple DLS Synth.
let port = await navigator().openMidiOut(midiObj.midiPort);
Here
midiport
property name should be in lowercase.Currently, the port will be opened for Apple DLS Synth.