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
Remove osc.scd
tags/kitchen
Pete Shadbolt
3 years ago
parent
c96a934d21
commit
0932bdcd68
1 changed files
with
0 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-4
osc.scd
+ 0
- 4
osc.scd
View File
@@ -1,4 +0,0 @@
thisProcess.openUDPPort(5005);
n = NetAddr.new("0.0.0.0", 5005)
o = OSCFunc({ arg msg, time, addr, recvPort; [msg, time, addr, recvPort].postln; }, '/block', n);
OSCFunc.trace(true);
Write
Preview
Loading…
Cancel
Save