-
## Environment
* SuperCollider version: 3.11.2 and 3.12.0
* Operating system: Windows (and whatever James Harkins uses)
* Other details (Qt version, audio driver, etc.): Qt 5.11.3
## Steps…
-
## Environment
* SuperCollider version: N/A
* Operating system: N/A
* Other details (Qt version, audio driver, etc.): N/A
## Steps to reproduce
Start `scsynth` or `supernova`.
## Exp…
-
## Environment
* SuperCollider version: 3.11
* Operating system: OSX 10.14.16
## Expected vs. actual behavior
#4221 changed to an SC created temp dir on OSX, because of apparent problems…
-
## Environment
* SuperCollider version: 3.10.2 (sorry, but I think this hasn't changed since)
* Operating system: Linux
* Other details (Qt version, audio driver, etc.): Jack runs on internal…
Sciss updated
4 years ago
-
## Environment
* SuperCollider version: 3.10.2
* Operating system: macOS 10.14
## Steps to reproduce
```supercollider
// run auto-indent on this
(
Button()
.states_([["blorp", ni…
-
## Environment
* SuperCollider version: 3.10.2
* Operating system: Ubuntu Studio 18.04
## Steps to reproduce
```supercollider
p = ProxySpace.new.push;
~src = { |ffreq = 2000|
(LPF.ar(L…
-
Sorry if this isn't the right place to post something like this, wasn't sure where else to ask...
I'm trying to reverse engineer flocking and the pan2 function to work more like [PanX](http://doc.s…
-
Not sure if the bug is in Carla or in the stepsequencer, but it adjusts to the host tempo, but it skips notes that are not on the first count of the bar.
This one:
http://gareus.org/oss/lv2/stepse…
-
Bug description:midi out patch works in super collider 3.11 but in 3.12 error message results
Steps to reproduce:
1.patch is in item 2 below
2.
```
(
CmdPeriod.add({(0..127).do{arg n; m.noteOf…
-
INScoreViewer crashes after writing random notes with specific page format in a `gmnstream`
I've tired to narrow it down as much as I could. I'm not sure if this is a guidolib or inscore issue, apolo…