RolandJansen / intermix

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

Extend API to add/remove demo plugins #116

Closed RolandJansen closed 4 years ago

RolandJansen commented 4 years ago

You can simply add a plugin with intermix.addPlugin("<PluginName>");. You can do this with the following names:

intermix.addPlugin returns the UID of the created plugin instance. This should be possible with external plugins, too (see #117).