Skip to content

htor/sc-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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