Always-on computer music
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

3 年前
3 年前
3 年前
3 年前
3 年前
3 年前
3 年前
3 年前
3 年前
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. ```