lichen-community-systems / Flocking

Flocking - Creative audio synthesis for the Web
GNU General Public License v2.0
693 stars 60 forks source link

Few of Flocking's component listeners have namespaces, making them difficult to override or sequence #210

Closed colinbdclark closed 5 years ago

colinbdclark commented 7 years ago

Currently, most of Flocking's component listeners lack Infusion event listener namespaces. This means that it's very difficult to remove, replace, or resequence a particular listener.

Throughout Flocking, all component listeners should be namespaced so that users will have more flexibility in adapting components to suit their needs.