-
I found a way to specify scsynth executable path, but I don't see a similar way to specify sclang path.
Get the following error when trying to run the very first example from docs:
```
Error: spa…
-
Hello,
In osx I can't launch the command from Ctrl + Shift + b, because of this error message 👎
> imac:~ lyann$ & "/Applications/SuperCollider/\sclang.exe" /Users/lyann/Music/SC/SC-2019/Mai/M…
-
Here's a reduced file (reduced using creduce)
```
int a, b;
int c() {
switch (b) {
case 4:
for (; a > 0; --a)
;
default:
for (; 0 < a;)
;
}
return 0;
}
…
-
An infinite loop (in SuperCollider) that also generate output to the post window hangs both sclang and nvim since there is too many calls that write to the post window buffer. Infinite loops with no o…
-
Powerful publishing model! I like the idea to put much of the necessary configuration option right inside of the respective .org files. In addition, by using tags this way the flexibility achieved app…
-
I'm working on implementing better autocomplete integration into the Atom editor package, which requires getting data from Supercollider as JSON data (rather than just as strings to display to the use…
ssfrr updated
7 years ago
-
[Issue migrated from SourceForge | ID: 1901169 | Submitted by 'rbrown46']
[http://sourceforge.net/support/tracker.php?aid=1901169]
Compilation errors result if you add an extension to a class and the…
-
Ubuntu 20.04, emacs 27.1, supercollider 3.10
After installing, using cmake to build the *.el files, when I do m-x sclang-mode on a buffer I'm getting:
defconst: Symbol's function definition is v…
-
# open
```
(
//(
"got it".postln;
)
```
`:call SClang_block()` anywhere inside gives an error about unmatched paren
# closed
```
(
//)
"got it".postln;
)
```
`:call SCLang…
-
**Describe the bug**
s.meter does nothing after starting sclang and booting the server, same with the keybinding I configured for this (F2). Only after recompiling the class library, the comm…