Skip to content

Releases: supercollider/sc3-plugins

3.13.0

24 Feb 03:27
cd37e2f
Compare
Choose a tag to compare

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:

  • ATK: fix speed of sound (#319)
  • Provide universal binary for macOS (x64/Intel and arm64/Apple bundled together) (#337)
  • Documentation updates

3.13.0-rc1

14 Nov 00:40
51edaf2
Compare
Choose a tag to compare
3.13.0-rc1 Pre-release
Pre-release

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:

  • ATK: fix speed of sound (#319)
  • Provide universal binary for macOS (x64/Intel and arm64/Apple bundled together) (#337)
  • Documentation updates

3.11.1

17 Nov 04:11
209cf4f
Compare
Choose a tag to compare

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)

3.11.1-rc1

28 Oct 00:51
58a229d
Compare
Choose a tag to compare
3.11.1-rc1 Pre-release
Pre-release

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)

3.11.0

31 Aug 02:37
Version-3.11.0
54f96fc
Compare
Choose a tag to compare

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.

3.11.0-rc3

25 Aug 01:57
Version-3.11.0-rc3
f3d5635
Compare
Choose a tag to compare
3.11.0-rc3 Pre-release
Pre-release

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.

3.11.0-rc2

12 Apr 23:25
8723d77
Compare
Choose a tag to compare
3.11.0-rc2 Pre-release
Pre-release

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.

3.11.0-rc1

06 Apr 02:20
3129296
Compare
Choose a tag to compare
3.11.0-rc1 Pre-release
Pre-release

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

3.10.0

25 Nov 07:55
63a5f76
Compare
Choose a tag to compare
  • Added suite of HOAUGens for higher order ambisonics.
  • Added NHHall reverb.

3.10.0-rc1

13 Nov 23:30
4e3530b
Compare
Choose a tag to compare
3.10.0-rc1 Pre-release
Pre-release

No changes since 3.10.0-beta1.