-
## Environment
* SuperCollider version: 3.12.2
* Operating system: Windows
## Steps to reproduce
```supercollider
File.getcwd
```
## Expected vs. actual behavior
On Linux, `File.…
-
``` coffeescript
Line.kr(0, 1, 10, doneAction:2) # 2 is elusive
```
I want to write like this.
``` coffeescript
Line.kr(0, 1, 10, doneAction:FREE) # (replaced 2 when compiling)
```
List of UGen-don…
-
Is it possible to auto boot/shutdown when Atom is loaded/closed? I've tried to look for this everywhere but can't seem to find how to do it. Is it possible?
-
## Environment
* SuperCollider version: 3.10.2
* Operating system: Windows 10
* Other details (Qt version, audio driver, etc.):
## Steps to reproduce
```supercollider
w = Window.new;
…
dyfer updated
2 years ago
-
Hi! I am trying to make an executable script that both loads supercollider as daemon, and opens foxdot window.
I see that this is already partially resolved if I run foxdot with `python -m FoxDot -…
-
I've been playing with the idea to make FLOW a visual node interface for GNU GPL SuperCollider. SC already is a node based system of SynthDefs and Groups, based on Unit Generators. UGens can be routed…
-
Something I've missed for a long time in `scvim` is using `thisProcess.nowExecutingPath` in a .scd file to get the current buffer's absolute path.
I think the way to achive this is to implement `D…
-
I've been having issues for a while trying to use either of these in atom and i'm wondering if it's because atom is using the default port 57120 and making it difficult for the OSCdef to use it. Basic…
-
I am most interested in creating portable supercollider installations (installation in a folder that can be moved and runned from any place)
This are the paths that I have found in the code
----…
-
```supercollider
\1a // error!
// and yet
\a1 // fine
\12 // fine
\ab // fine
'1a' // fine
```
Is there a good reason for this? I discovered this quirk while digging through PyrLexer.