Skip to content

Releases: supercollider/sc3-plugins

Version-3.14.0

Choose a tag to compare

@dyfer dyfer released this 17 May 18:49
d3b98a3

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

Notable Changes:

  • Require C++ version 17 (#378)
  • Update channel limits and VBAP 1.0.3.2 (#376)
  • Fix memory allocation bug in JPVerb (#416)
  • Set plugin extension to .scx on all platform when building against Supercollider 3.15.0+
    (#428, #430)

3.13.0

Choose a tag to compare

@dyfer dyfer released this 24 Feb 03:27
cd37e2f

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

3.13.0-rc1 Pre-release
Pre-release

Choose a tag to compare

@dyfer dyfer released this 14 Nov 00:40
51edaf2

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

Choose a tag to compare

@mossheim mossheim released this 17 Nov 04:11
209cf4f

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

3.11.1-rc1 Pre-release
Pre-release

Choose a tag to compare

@mossheim mossheim released this 28 Oct 00:51
58a229d

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

Choose a tag to compare

@mossheim mossheim released this 31 Aug 02:37
Version-3.11.0
54f96fc

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

3.11.0-rc3 Pre-release
Pre-release

Choose a tag to compare

@mossheim mossheim released this 25 Aug 01:57
Version-3.11.0-rc3
f3d5635

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

3.11.0-rc2 Pre-release
Pre-release

Choose a tag to compare

@joshpar joshpar released this 12 Apr 23:25
8723d77

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

3.11.0-rc1 Pre-release
Pre-release

Choose a tag to compare

@joshpar joshpar released this 06 Apr 02:20
3129296

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

Choose a tag to compare

@nhthn nhthn released this 25 Nov 07:55
63a5f76
  • Added suite of HOAUGens for higher order ambisonics.
  • Added NHHall reverb.