Always-on computer music
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

README.md 256B

il y a 3 ans
il y a 3 ans
il y a 3 ans
il y a 3 ans
il y a 3 ans
il y a 3 ans
il y a 3 ans
il y a 3 ans
il y a 3 ans
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. ```