modular-synthesizer / frontend

The frontend for the Synple application
https://synple.app/
0 stars 0 forks source link

Detect the addition or suppression of MIDI devices #59

Closed vincentcourtois closed 1 year ago

vincentcourtois commented 1 year ago

Context

When a MIDi device is added or removed, the MIDi controller does not take it into account without refreshing the page as the devices are parsed at page load. We need to detect it dynamically for the synthesizer to be easier to use.

Needs

As a user of the application editing a synthesizer
I want to be able to have my devices dynamically detected at page load
So that I can not have to reload the page for it to be taken into account

Notes