zachberry / midipatch

Route MIDI devices through your browser like a patchbay!
MIT License
10 stars 2 forks source link

Better disconnected device recovery #11

Open zachberry opened 7 years ago

zachberry commented 7 years ago

When a port is disconnected the UI simply sets the name as 'Missing Device' and no longer functions. However if we kept our own map of ids to device names we could display a more specific message, something like 'Moog Sub 37 (Disconnected)'. Even better would be a way to restore these connections without having to reselect the item. Perhaps there could be a button to update disconnected connections.