Always-on computer music
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
140B

  1. SinOsc o => Gain m => dac;
  2. 0.5 => m.gain;
  3. OscRecv orec;
  4. orec.event("webcam/update, i") @=> OscEvent update;
  5. orec.listen();
  6. update => now;