diff --git a/README.md b/README.md index 3437511..194bbd7 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,23 @@ # Radio -no need for jackd / supernova +Always-on computer music. -`python radio.py` -`sclang sine.scd` +## Requirements + +- SuperCollider +- Python +- PyOpenCV + +## Running + +Start the Python application to watch the webcam and generate OSC events: + +``` +python radio.py +``` + +Start the SuperCollider patch: + +``` +sclang audio.scd +```