Always-on computer music
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

README.md 260B

3 yıl önce
2 yıl önce
2 yıl önce
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. ```