Skip to content

NonlinearFilter crashing server with exit code 0 on MacOS #24

Description

@danielmkarlsson

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions