You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to use and external MIDI keyboard but the list of available input devices is not complete. Reading the code (https://github.com/jariseon/webdawplugins/blob/master/runtime/demo.html#L283) I can understand that if there is more than 1 device the first one is put in the correct section (inputs) but the remaining devices are incorrectly put in the outputs section.
You probably want something more along the lines of:
Then, seems like the onmidiport function is not present but is expected to be executed every time the selection of input / output MIDI device changes. The input device is never actually updated and the virtual keyboard / arpeggiator stays set as the input.
The text was updated successfully, but these errors were encountered:
jraoult
changed the title
Input MIDI devices are incorrectly listed in the demo app
Impossible to use an external MIDI device as an input in the demo app
Apr 29, 2015
I'm trying to use and external MIDI keyboard but the list of available input devices is not complete. Reading the code (https://github.com/jariseon/webdawplugins/blob/master/runtime/demo.html#L283) I can understand that if there is more than 1 device the first one is put in the correct section (inputs) but the remaining devices are incorrectly put in the outputs section.
You probably want something more along the lines of:
Then, seems like the
onmidiport
function is not present but is expected to be executed every time the selection of input / output MIDI device changes. The input device is never actually updated and the virtual keyboard / arpeggiator stays set as the input.The text was updated successfully, but these errors were encountered: