SuperCollider in the browser. Unstable(!) Do not use for anything serious(!)
This app requires JACK and NodeJS to be installed on your computer. Refer to the documentation on how to install them properly. Once installed, run:
npm install
First, make sure JACK is running. On macOS start the JackPilot.app and hit the Start button. Then run:
npm start
Open http://localhost:8080 in your favourite browser. It needs to have permission to play audio, so give it that and refresh the page. Now you can send code to SC with Cmd + Enter and get sound played back!
evaluate code and play back sound
stop audio output
MIT