Always-on computer music
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

hace 3 años
hace 3 años
hace 3 años
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. ```