2 posts tagged with "presets"

View All Tags

Intermix v0.7.0 Released

Intermix Version 0.7.0 introduces external plugins that can be loaded at runtime.

It is now possible to write custom plugins as ES2015 modules and load them either as npm package or at runtime into the browser. There will be a template repository that can be used to get your plugin dev-environment up and running in no time (should be ready in a few days).

Intermix v0.6.0 Released

Intermix Version 0.6.0 introduces preset management for plugins.

Plugins can save and restore properties defined in their action definitions. These property collections are called presets. A preset can be stored directly by name or in a so called slot. Technically there is no need for slots but it could be convenient to handle presets in a similar way like in classic digital audio gear.