supercollider

An audio server, programming language, and IDE for sound synthesis and algorithmic composition.

GPL-3.0 License

Stars
5.2K
Committers
281

Bot releases are hidden (Show)

supercollider - 3.8.0

Published by crucialfelix almost 8 years ago

3.8.0 (2016-09-23)

Full Changelog

supercollider - 3.8.0 beta 1

Published by crucialfelix about 8 years ago

3.8 is light on new features and heavy on small bugfixes. See CHANGELOG.md for more details.

SuperCollider IDE

  • The middle mouse button now closes tabs.
  • A new menu entry, Language > Quarks, launches Quarks.gui.

SuperCollider Language

  • New methods: Classes/Function#-plotAudio, Classes/Bus#-plotAudio.
  • It is now easier to insert custom views, in particular subclasses of Classes/SCViewHolder, into layouts.
  • New methods: Classes/TreeView#-addChild, Classes/TreeView#-insertChild, and Classes/TreeView#-childAt, alias methods provided for symmetry with TreeViewItem.

SuperCollider Server

  • A new command-line option for scsynth, -B, allows binding to a specific address.
  • Classes/VOsc supports an audio-rate phasein argument.
  • Classes/TGrains supports numChannels set to 1.

API changes

  • The number of default audio buses has been increased from 128 to 1024.
  • Classes/TGrains, Classes/GrainBuf, Classes/GrainSin, Classes/GrainFM, and Classes/GrainIn now have unified panning behavior when numChannels is 2 and the pan exceeds the range [-1, 1].
  • Several old methods have been deprecated from Classes/PathName: *fromOS9, foldersWithoutCVS, isCVS, foldersWithoutSVN, isSVN, filesDoNoCVS, filesDoNoSVN, streamTreeNoCVS.
  • The argument "startframe" has been renamed to "startFrame" and "aSoundFile" to "soundFile" in the following methods of Classes/SoundFileView: loadFile, setData, readFile, read, readFileWithTask, readWithTask.
supercollider - a test of non-qt build, please ignore.

Published by scztt about 8 years ago

this is a test, please ignore.

It is intended to make a build without Qt

supercollider - 3.7.2

Published by crucialfelix over 8 years ago

This patch release fixes the Windows including MIDI. HID is still not quite working on Windows. Many thanks to: @bagong and @llloret

SC VIM is now a git submodule. This affects mainly developers. VIM support can be installed as per the documentation - nothing has changed in how you use it. We changed this in 3.7.2 as well as on master (3.8 development) so that switching back and forth between branches wouldn't be super annoying.

Fixes:

  • Midi not working on Windows #1922
  • Windows: opening SC via system registered document types faulty #2022
  • HIDdef.element forwards arguments incorrectly #2090

Closed Pull Requests

supercollider - 3.7.1

Published by scztt over 8 years ago

3.7.1 (2016-04-10)

Full Changelog

Enhancements

  • Native FLAC support for scsynth on OS X #1783
  • Libsndfile: have cmake prefer homebrew install over bundled version #1870 (bagong)
  • OS X Readme: note that Qt 5.5 is required, not Qt 5.6 #1931
  • class library: node proxy: improve shape error post #1889 (telephon)
  • Server.schelp: fixed description of scsynth method, changed wording, … #1894 (miczac)

Fixes:

  • Windows build system #1900 (bagong)
  • cmake: fix build when using system boost #1896 (danstowell)
  • Correct accidental msys leftovers in findPortaudio #1941 (bagong)
  • Remove -fstrict-aliasing from the MinGW build to allow using MinGW 4.9.2 #1923 (bagong)
  • Quarks.update("quarkname") does not always update correctly #1895
  • fix #1895 : update Quark by git pull and git checkout master #1954 (crucialfelix)
  • Quarks Windows fixes #1956 (bagong)
  • Errors when closing scope window #1878

Windows: There are two builds, a 32-bit version (x86-MinGW) and a 64-bit version (x64-VS). The 64-bit build does not contain SuperNova. The source of the build is found in the branch 3.7win at the tag Version-3.7.1-win. There are two additional commits to vanilla 3.7.1. Note: MIDI support is still broken. Stay tuned...

supercollider - Version 3.7.0

Published by crucialfelix over 8 years ago

supercollider - 3.7.0 beta 2

Published by crucialfelix over 8 years ago

Note that the github generated source packages below are missing some of the code that is in git submodules.

For best results use git to obtain the source code:

git clone --recursive --branch 3.7 https://github.com/SuperCollider/SuperCollider.git

and follow the included build instructions.

supercollider - 3.7.0 beta 1

Published by crucialfelix almost 9 years ago

SC-9899190d8808191e871cbfced848d7791374ed8c.zip is the fully built OS X application (10.7+)

For other platforms you will have to build from source.

Note that the github generated source packages below are missing some of the code that is in git submodules.

For best results use git to obtain the source code:

 git clone --recursive --branch 3.7 https://github.com/SuperCollider/SuperCollider.git

and follow the included build instructions.

supercollider -

Published by scztt over 9 years ago

supercollider -

Published by scztt over 9 years ago

supercollider - Version-3.6.6

Published by scztt over 9 years ago

supercollider - 3.7.0 alpha 1

Published by scztt over 9 years ago

supercollider -

Published by scztt over 9 years ago