Skip to content

Releases: asb2m10/plugincollider

Release v0.5.0

24 Nov 05:34
52e8d28

Choose a tag to compare

Release updated Mon Nov 24 05:43:44 UTC 2025

  • 52e8d28 : Add release publish
  • b2cb3ea : First implementation of hybrid plugins
  • 03ee3e5 : Put VST3 in VST3 root dir
  • be6b7f9 : Nightly pipeline
  • 56f3928 : Correctly set range upon negative values

Nightly

21 Sep 23:46
52e8d28

Choose a tag to compare

Nightly Pre-release
Pre-release

Release updated Mon Nov 24 05:25:52 UTC 2025

  • 52e8d28 : Add release publish
  • b2cb3ea : First implementation of hybrid plugins
  • 03ee3e5 : Put VST3 in VST3 root dir
  • be6b7f9 : Nightly pipeline
  • 56f3928 : Correctly set range upon negative values

v0.4.0

21 Sep 13:39

Choose a tag to compare

What's Changed

  • Multiple SynthDef snapshot tree configuration: route midi SynthDef outputs to dedicated SynthDef effects
  • Support for array parameters
  • Fix synthDefPath persistence change on the same VST session
screenshot_bitwig

Full Changelog: v0.3.1...v0.4.0

v0.3.1

23 Jul 12:12
bf63bc9

Choose a tag to compare

What's Changed

  • Session issue upon reloading #39

Full Changelog: v0.3.0...v0.3.1

v0.3.0

15 Jun 02:36
6f18c31

Choose a tag to compare

What's Changed

Happy to announce a pre-release of version 0.3.0, which introduces new capabilities that pave the way for future features such as FX synth routing and multi-SynthDef MIDI note assignments.

image

A UI Tree has been added to navigate between plugin components. The “Project” section contains objects that persist between plugin sessions, while the “Server” section holds live objects initiated by the scsynth server. You can now view running scsynth nodes from the UI. However, to refresh the view, you currently need to close and reopen the “Node” leaf.

It now supports naming and defining a range for plugin-controlled control buses. These names and ranges are exposed in the native DAW UI. Although this feature is still experimental, both Bitwig and REAPER have responded well to dynamic name and range changes.

On the SynthDef side, it's now possible to assign a control bus at the time of plugincollider SynthDef creation. This ensures that every time the SynthDef is instantiated, it connects to the appropriate control bus, enabling straightforward assignment to DAW automation.

A new section called “Scratchpad” has been added to store sclang snippets with the plugin state. This can be useful when reopening a DAW project, as the previously saved sclang code may provide context about how the plugin instance was being used. Currently, there is no integration with sclang.

Full Changelog: v0.2.1...v0.3.0

v0.2.1

26 Apr 17:27
1b1f0a9

Choose a tag to compare

  • Fixed crash on plugin window close on certain DAW
  • Avoid sending midi notes events if the plugin is in FX mode
  • macOS notarized installation package

Full Changelog: v0.2.0...v0.2.1

v0.2.0

23 Apr 00:48
c935b52

Choose a tag to compare

Second release of PluginCollider. Play midi notes and load scsyndef from the plugin ui.

What's Changed

New Contributors

Full Changelog: v0.1.0...v0.2.0

v0.1.0

16 Nov 16:29

Choose a tag to compare

First release of plugincollider. Minimal setting for macOS and Windows

Full Changelog: https://github.com/asb2m10/plugincollider/commits/v0.1.0