3.11.0
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.