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

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