supercollider
Here are 268 public repositories matching this topic...
-
Updated
Jun 6, 2020 - SuperCollider
document sclang
hi! i couldn't find any docs on sclang (only server) in the docs: https://crucialfelix.github.io/supercolliderjs/api/
it would be nice to have basic documentation on sclang, like for instance arguments to sclang.boot and sclang.interpret, and events: 'stdout', 'stderr', 'error' ...
-
Updated
Jun 5, 2020 - C++
Currently, it is sometimes obscure how latency, sustain, delta interact for samples and for synths. We need an overview and if necessary a fix in the implementation.
-
Updated
Jun 27, 2020 - JavaScript
See #103 for discussion.
-
Updated
Apr 26, 2020 - SuperCollider
-
Updated
Oct 2, 2018 - JavaScript
-
Updated
Jun 16, 2020 - JavaScript
-
Updated
Apr 29, 2020 - CoffeeScript
Hi everyone
I've come across a problem and I'm not able to find the appropriate help file to help me along.
I'm specifically interested in how the automatic gui is generated from my desc file, or rather: What I can write in my desc file to affect how it looks/feels.
I recently added a MKtl description for the device "shanwan_ps3" here. If you open up that one as a virtual device like th
-
Updated
Jan 14, 2018
-
Updated
Jan 18, 2018 - SuperCollider
-
Updated
Jun 18, 2020 - Shell
-
Updated
Mar 13, 2020 - SuperCollider
-
Updated
Jun 24, 2020 - Common Lisp
Seems we're not correctly calculating the waveview height, so opening and closing several files results in the initial window height slowly shrinking.
-
Updated
Jun 24, 2020 - Lua
-
Updated
Nov 20, 2017 - Jupyter Notebook
-
Updated
Jun 21, 2018 - Go
-
Updated
Aug 23, 2019 - Ruby
-
Updated
Jun 25, 2019 - SuperCollider
Two examples in the ATK help system illustrate Transformation by using mono Pink noise and mouse cursor. One example on UHJ decoding uses global variables for both decoder and encoder. The other example which raised this issue, does not use UHJ decoding but fails if UHJ decoding is substituted for the matrix decoder. This happens because there is insufficient time available for the UHJ decoder buf
-
Updated
Jun 25, 2020 - Haskell
-
Updated
May 17, 2020 - C++
Improve this page
Add a description, image, and links to the supercollider topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the supercollider topic, visit your repo's landing page and select "manage topics."


Motivation
In supercollider/supercollider#4572 we discussed the need for better documentation on when collection functions test on equality vs identity. For instance, SequenceableCollection:indexOf tests on identity, but you wouldn't know it f