scrime-u-bordeaux / web-midifile-performer

a web version of the midifile performer software
0 stars 0 forks source link

Accept inputs from multiple MIDI devices #34

Closed rblard closed 6 months ago

rblard commented 1 year ago

Replace the single-select for MIDI input with a multi-select. Technically, this is already doable through an input bus, but this way, it could be done through the website itself. We would "simply" accept any input from the selected devices. This also means simultaneously selecting the computer keyboard and external inputs.

rblard commented 1 year ago

In fact, maybe we could change the input select system from opt-in to opt-out : by default, enable all inputs, and if the user wants to deactivate any of them, they can.

rblard commented 1 year ago

We could weave this with issue #32, entirely removing the current form of the input manager and replacing it with a config popup where we would have every I/O as well as parameters (standard and advanced)