Hi all, I am new to SuperCollider and I wonder most of the delivered Examples from the SuperCollider-3.12.2-macOS.dmg
examples
folder are not working and fail with Syntax Errors. Is there possibly something I need to install in order to make those examples work ?
For example demonstrations/100 FM Synths.scd
fails with:
ERROR: syntax error, unexpected '(', expecting $end
in interpreted text
line 18 char 1:
(
^
// define 100 randomly generated percussive FM instruments.
-----------------------------------
ERROR: Command line parse failed
-> nil
Or demonstrations/Atari2600.scd
fails with:
ERROR: syntax error, unexpected '(', expecting $end
in interpreted text
line 26 char 1:
(
^
Pbind(
-----------------------------------
ERROR: Command line parse failed
-> nil
Or demonstrations/bit_reduction.scd
fails with:
ERROR: syntax error, unexpected '(', expecting $end
in interpreted text
line 14 char 1:
(
^
{ var snd = Blip.ar(LFNoise2.kr(8, 200, 300), LFNoise2.kr(3, 10, 20));
-----------------------------------
ERROR: Command line parse failed
-> nil
And there are many more examples failing.