From 31fb0ddd848017b77692d6ef8657d7a0ed453e33 Mon Sep 17 00:00:00 2001 From: Pete Shadbolt Date: Sat, 3 Jul 2021 06:50:04 -0700 Subject: [PATCH] README --- README.md | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 194bbd7..59dfaca 100644 --- a/README.md +++ b/README.md @@ -2,22 +2,18 @@ Always-on computer music. -## Requirements - -- SuperCollider -- Python -- PyOpenCV - ## Running +Requires SuperCollider, Python and PyOpenCV. + Start the Python application to watch the webcam and generate OSC events: -``` +```sh python radio.py ``` Start the SuperCollider patch: -``` +```sh sclang audio.scd ```