lichen-community-systems / flocking-midi

A collection of MIDI components for Infusion and Flocking
1 stars 2 forks source link

The flock.ui.midiConnector is hugely buggy when disconnecting devices #11

Open colinbdclark opened 5 years ago

colinbdclark commented 5 years ago

It appears that the implementation of flock.ui.midiConnection is extremely buggy in the case where a MIDI device is disconnected. It seems to often not reconnect to devices when they're plugged back in, or to the device next up in the select box, even after using the refresh button.

This stuff should really be written from scratch using Infusion's model idiom, has has been started in the flocking-midi repository.