RolandJansen / intermix

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

Adapt Sound and Sequencer to work with EventDispatcher #56

Closed RolandJansen closed 8 years ago

RolandJansen commented 8 years ago

The event dispatcher stuff should be optional. Just in case that someone want to use it in another way.

RolandJansen commented 8 years ago

Done. Sequencer.processSeqEvent() has to be overridden if not used with event bus.