|
12345678910111213141516171819 |
- # Radio
-
- Always-on computer music.
-
- ## 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
- ```
|