RolandJansen / intermix

Typescript/Javascript framework for building sequencer-based audio apps
GNU Lesser General Public License v3.0
6 stars 0 forks source link

Create an interface for event dispatcher observers #47

Closed RolandJansen closed 8 years ago

RolandJansen commented 8 years ago

Not shure how to do this in js, but there should be rules which functions an observer has to implement. Depends on #31.

RolandJansen commented 8 years ago

Done. Observers have to implement this.handleRelayData() to get events. They can expose their controllers when registering to a relay point.