This website works better with JavaScript.
Home
Explore
Help
Sign In
pete
/
radio
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
1
Wiki
Activity
Browse Source
Clicking and popping but OK
tags/kitchen
Pete Shadbolt
3 years ago
parent
7abc3ba7e9
commit
763a8866e4
1 changed files
with
8 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+8
-0
audio.ck
+ 8
- 0
audio.ck
View File
@@ -0,0 +1,8 @@
SinOsc o => Gain m => dac;
0.5 => m.gain;
OscRecv orec;
orec.event("webcam/update, i") @=> OscEvent update;
orec.listen();
update => now;
Write
Preview
Loading…
Cancel
Save