Environment
- SuperCollider version: 3.12.0
- Operating system: Mac OS 10.13.6
Steps to reproduce
Run any of the examples code blocks from the help file. Here is the top one:
(
{
var freq=550, q=0.5, gain=1, shape=5, saturation=4;
var sig = PinkNoise.ar();
NonlinearFilter.ar(sig, freq.poll, q, gain, shape, saturation)!2 * 0.5;
}.play
)
Expected vs. actual behavior
I expected the examples from the help file to work. Instead I get this error:
Server 'localhost' exited with exit code 0.
server 'localhost' disconnected shared memory interface
Environment
Steps to reproduce
Run any of the examples code blocks from the help file. Here is the top one:
( { var freq=550, q=0.5, gain=1, shape=5, saturation=4; var sig = PinkNoise.ar(); NonlinearFilter.ar(sig, freq.poll, q, gain, shape, saturation)!2 * 0.5; }.play )Expected vs. actual behavior
I expected the examples from the help file to work. Instead I get this error: