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