Releases: asb2m10/plugincollider
Release v0.5.0
Nightly
v0.4.0
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
Full Changelog: v0.3.1...v0.4.0
v0.3.1
v0.3.0
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.
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
v0.2.0
Second release of PluginCollider. Play midi notes and load scsyndef from the plugin ui.
What's Changed
- Add CI builds by @asb2m10 in #7
- cmake: sndfile is fetched and statically linked by @sonoro1234 in #10
- add SC_FFT_GREEN if linux or windows by @sonoro1234 in #15
- Feature/udp vstinstance by @asb2m10 in #17
- Feature/synthdef instance by @asb2m10 in #18
New Contributors
- @sonoro1234 made their first contribution in #10
Full Changelog: v0.1.0...v0.2.0
v0.1.0
First release of plugincollider. Minimal setting for macOS and Windows
Full Changelog: https://github.com/asb2m10/plugincollider/commits/v0.1.0
