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

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