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.

Intermix v0.5.0 Released

Today, besides this website, Intermix Version 0.5.0 was released.

The API was completely rewritten to be more intuitive. It now uses a message-based, OSC-like format. It has lots of other improvements that you can read about in the Changelog. The development model was also changed to get new versions rolled out faster.