SuperCollider 3.10.3-rc1 released

SuperCollider 3.10.3-rc1 is out!

Breaking change: scsynth had a security issue where it listens to 0.0.0.0 by default. For most users, this is undesirable behavior since it allows anyone on your local network to send messages to scsynth! This default has been changed to 127.0.0.1. To change it back (e.g. for networked server/client setups), use -B 0.0.0.0 at the command line or server.options.bindAddress = "0.0.0.0".

This is the first release with macOS codesigning, which fixes permissions issues running code or booting the server on Mojave. Make sure to download the signed zip.

On Windows, scsynth was not able to select separate input and output devices. Since many audio drivers present inputs and outputs as separate devices, this caused major blocking issues for anyone using Windows with an external sound card. This has been fixed.

Fixed crashes trying to run multiple IDEs at once, and a related error when attempting to run HelpBrowser:instance in sclang while an IDE help browser is open.

Fix issues when using a regular Buffer (that is, not a LocalBuf) for FFT.

Fixed class library compilation issues on Qt-less sclang installations.

On macOS, Cmd+Q in the IDE would quit the interpeter but not the IDE. This is a regression from old behavior where the IDE was quit entirely. This has been fixed.

Since 3.10, the help browser would execute code twice when selected. This has been fixed.

See a complete list of changes: https://github.com/supercollider/supercollider/blob/Version-3.10.3-rc1/CHANGELOG.md.

3 Likes