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 260B

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