Always-on computer music
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

README.md 256B

3 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
12345678910111213141516171819
  1. # Radio
  2. Always-on computer music.
  3. ## Running
  4. Requires SuperCollider, Python and PyOpenCV.
  5. Start the Python application to watch the webcam and generate OSC events:
  6. ```sh
  7. python radio.py
  8. ```
  9. Start the SuperCollider patch:
  10. ```sh
  11. sclang audio.scd
  12. ```