josephdadams / midi-relay

Listens for HTTP request with JSON payload and relays MIDI/MSC commands on local ports.
MIT License
58 stars 9 forks source link

Mistake in property name of midiObj #39

Closed vmatchenko closed 1 year ago

vmatchenko commented 1 year ago

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.