RolandJansen / intermix

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

build an abstract onChange function that gets called automatically in the default block of switch #167

Closed RolandJansen closed 4 years ago

RolandJansen commented 4 years ago

this could handle note events, preset stuff and other things and reduce boilerplate for plugin developers

RolandJansen commented 4 years ago

U can find onChangeDefault in the AbstractPlugin class. At this point it's only used for preset loading.