Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 856 Bytes

readme.md

File metadata and controls

35 lines (21 loc) · 856 Bytes

scweb

SuperCollider in the browser. Unstable(!) Do not use for anything serious(!)

installation

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

starting

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!

cmd/ctrl+enter

evaluate code and play back sound

cmd/ctrl+period

stop audio output

license

MIT