Tagged Questions

Open Sound Control (OSC) is a protocol for communication among computers, sound synthesizers, and other multimedia devices that is optimized for modern networking technology.

learn more… | top users | synonyms

3
votes
4answers
485 views

I have an embedded project idea that i want to start. I have many questions

This is my first post on stackoverflow, I've heard of this website and I think its awesome! Let's see if i can get some guidance on how to start my project. The Idea: Basically I want to build my own ...
1
vote
1answer
348 views

OpenSound Control (OSC) documentation

Do you know any good (starting) tutorial or documentation about OSC?
0
votes
1answer
169 views

Create a universal iOS app [closed]

Apple has already provided the doc to address all issues when creating universal app , also provided the template sample code to start. I think maybe we can have some existing open source projects ...
0
votes
1answer
139 views

Debugging Supercollider OSCresponderNode

Anyone have an idea how to debug supercollider's OSCresponderNode? I'm trying to catch messages from another program with this : o = OSCresponderNode(nil, '/note', { arg t, r, msg; t.postln; ...