lichen-community-systems / flocking-midi

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

In flock.midi.connectionView and other components, ensure listeners are bound to its underlying connection, not directly shared #32

Open colinbdclark opened 3 years ago

colinbdclark commented 3 years ago

As pointed out by @amb26 in reviewing the pull request for #30, we shouldn't be directly sharing events between components, we should be binding listeners between them instead.

colinbdclark commented 3 years ago

It looks like this is a common practice throughout the library, and needs to be addressed in: