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

9 行
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;