Sc3 Plugins Versions Save

Community plugins for SuperCollider

Version-3.13.0

1 year ago

We are pleased to share the 3.13.0 release of sc3-plugins! This version is compatible with SuperCollider 3.13.x, 3.12.x, and possibly a couple of earlier releases.

Notable Changes:

Version-3.13.0-rc1

1 year ago

Release candidate for sc3-plugins. This version is compatible with SuperCollider 3.13.x, 3.12.x, and possibly a couple of earlier releases.

Notable Changes:

Version-3.11.1

3 years ago

sc3-plugins 3.11.1. Although the version number is 3.11.1, this release is compatible with SuperCollider 3.11.2.

Changelog:

  • Add option to turn off LADSPA plugins, which cause scsynth to segfault on some Linux systems (#260)
  • Documentation improvements (#298, #299)

Version-3.11.1-rc1

3 years ago

Release candidate to test macOS signing. Although the version number is 3.11.1, this release is compatible with SuperCollider 3.11.2.

Changelog:

  • Add option to turn off LADSPA plugins, which cause scsynth to segfault on some Linux systems (#260)
  • Documentation improvements (#298, #299)

Version-3.11.0

3 years ago

We are pleased to share this official release of sc3-plugins!

Although the version number is 3.11.0, this release is compatible with SuperCollider 3.11.1.

Note: the build instructions are incorrect! They should say this:

mkdir build && cd build
# for both scsynth and supernova plugins; omit -DSUPERNOVA=ON to build only scsynth plugins
cmake -DSC_PATH=/path/to/sc/ -DCMAKE_BUILD_TYPE=Release -DSUPERNOVA=ON ..
cmake --build . --config Release
# to install the plugins
cmake --build . --config Release --target install

Changes: Add QuantityUGens, MovingSum: Extend with MovingAverage class and convenience methods Fixes to DWGBowed, DWGPlucked, OteyPiano Fixes to Tgrain variants Rebase to pull in other changes from master.

Version-3.11.0-rc3

3 years ago

Release candidate to test macOS signing. Although the version number is 3.11.0, this release is compatible with SuperCollider 3.11.1.

See previous release notes for further info on the 3.11.0 release.

Version-3.11.0-rc2

4 years ago

Companion release for sc3-plugins for 3.11.0-rc2

Add QuantityUGens, MovingSum: Extend with MovingAverage class and convenience methods Fixes to DWGBowed, DWGPlucked, OteyPiano Fixes to Tgrain variants Rebase to pull in other changes from master.

Version-3.11.0-rc1

4 years ago

Companion release for sc3-plugins for 3.11.0 - rc1

Add QuantityUGens, MovingSum: Extend with MovingAverage class and convenience methods Fixes to DWGBowed, DWGPlucked, OteyPiano

Version-3.10.0

5 years ago
  • Added suite of HOAUGens for higher order ambisonics.
  • Added NHHall reverb.

Version-3.10.0-rc1

5 years ago

No changes since 3.10.0-beta1.