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
The Web MIDI API provides a onstatechange event that will fire whenever the connected set of ports change—for example, when a MIDI device is connected or disconnected from the computer.
Flocking does not provide an event that can notify clients when this occurs. As a result, the flock.ui.midiSelector, for example, is unable to refresh itself on the fly when ports come or go.
We should add a new onPortsChanged event to the System component, which will fire whenever its underlying access object notifies of changes.
The text was updated successfully, but these errors were encountered:
Updates the flock.ui.midiSelector component to automatically rerender itself when ports change.
Minor bug fixing and namespacing in flock.ui.midiSelector.
* master:
Fixes gh-274: Correctly generates an ID for the portSelector selectbox. Also namespaces some listeners and improves the configurability of labels.
The Web MIDI API provides a
onstatechange
event that will fire whenever the connected set of ports change—for example, when a MIDI device is connected or disconnected from the computer.Flocking does not provide an event that can notify clients when this occurs. As a result, the
flock.ui.midiSelector
, for example, is unable to refresh itself on the fly when ports come or go.We should add a new
onPortsChanged
event to the System component, which will fire whenever its underlyingaccess
object notifies of changes.The text was updated successfully, but these errors were encountered: