From 5ec72eef823722367f46e3d6828e611727d3ec72 Mon Sep 17 00:00:00 2001 From: Pete Shadbolt Date: Sat, 3 Jul 2021 06:48:06 -0700 Subject: [PATCH] README.md --- README.md | 23 ++++++++++++++++++++--- 1 file changed, 20 insertions(+), 3 deletions(-) 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 +```