RolandJansen / intermix

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

Write tests for IConrollerPlugin #107

Closed RolandJansen closed 4 years ago

RolandJansen commented 4 years ago

Found a problem that "sendAction" in the sequencer doesn't get dispatched. Fixed it for 0.4.0 but there should be tests in registry and sequencer to guarantee that it's working as desired.

RolandJansen commented 4 years ago

done