Skip to content

Tags: edwardloveall/sc3-plugins

Tags

Version-3.9.1

Toggle Version-3.9.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request supercollider#183 from snappizz/topic/vbap-interpo…

…lation-2

VBAP: Fix stairstepping during modulation

Version-3.9.0

Toggle Version-3.9.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request supercollider#168 from supercollider/docs

Updates to docs and packaging

Version-3.9.0-beta1

Toggle Version-3.9.0-beta1's commit message
Merge pull request supercollider#160 from yurivict/fix_stk_dependency

Fixed missing dependency of StkInst_supernova.so on libstk.so

Version-3.8.0

Toggle Version-3.8.0's commit message
ATK: FIX for requirement to include MathLib Quark for sc3-plugins

Contribution by @mtmccrea to resolve issue discussed:

supercollider#124
supercollider#125
http://new-supercollider-mailing-lists-forums-use-these.2681727.n2.nabbl
e.com/Fwd-sc-users-Re-SC3-plugins-missed-class-td7628763.html

At the moment, it appears the long term solution will be to move all
the language side elements of the ATK to a separate Quark. (The ATK
team has been considering this option.) In the short term, this current
solution removes the dependency on users installing MathLib when
installing sc3-plugins.

Version-3.8-beta1

Toggle Version-3.8-beta1's commit message
ATK: Update README - in anticipation of ver 3.8

Update version number in README to 3.8.0. (Change from Unreleased.)

Version-3.7.2

Toggle Version-3.7.2's commit message
BlitB3 -- fix oscillator freezing (supercollider#87)

* Remove trailing whitespace

sorry, my editor does this and I might as well get rid of them

* BlitB3D initial commit

* add some explanatory comments

* remove extra BlitB3

* protect against really sudden increases in frequency

* takin' some credit

* use fmod on phase, not t

Version-3.7.1

Toggle Version-3.7.1's commit message

Version-3.7.0-beta

Toggle Version-3.7.0-beta's commit message
Merge pull request supercollider#54 from hzulla/linux-linking-fixed

Linux linking fixed

Version-3.7.0-alpha1

Toggle Version-3.7.0-alpha1's commit message
cmake: check for version greater than

Version-3.7.0-alpha0

Toggle Version-3.7.0-alpha0's commit message
build: workaround for clang crash

MultiFilt_next_kk crashes in the clang slp vectorizer, so disable for this file. I tried various re-arrangements of the operations in the LOOP blocks of that function, but none prevented the crash.