RolandJansen / intermix

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

If a plugin uid is unknown, action will be sent to all plugins #108

Closed RolandJansen closed 5 years ago

RolandJansen commented 5 years ago

e.g. if I send a note action with uid="", it will be played by synth, sampler and all other plugins that support this type.

RolandJansen commented 5 years ago

fixed generated reducer in Registry