本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
探索
說明
登入
pete
/
radio
關注
1
收藏
0
複製
0
程式碼
問題
0
合併請求
0
版本發佈
1
Wiki
活動
瀏覽代碼
Making progress
tags/kitchen
Pete Shadbolt
3 年之前
父節點
763a8866e4
當前提交
296bcca622
共有
1 個檔案被更改
,包括
12 行新增
和
3 行删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+12
-3
audio.ck
+ 12
- 3
audio.ck
查看文件
@@ -1,8 +1,17 @@
SinOsc o => Gain m => dac;
SinOsc o1 => Gain m => dac;
SinOsc o2 => m;
SinOsc o3 => m;
0.5 => m.gain;
0.1 => m.gain;
500 => o1.freq;
800 => o2.freq;
900 => o3.freq;
OscRecv orec;
orec.event("webcam/update, i") @=> OscEvent update;
orec.listen();
update => now;
while (true) {
update => now;
update.getInt() => int i;
<<< i >>>;
}
Write
Preview
Loading…
取消
儲存