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.
8
votes
1answer
179 views
Help needed with program structure/design [closed]
I've tried to describe the application I'm building in a much detail as needed, so I apologise in advance for the essay!
I'm in the process of designing and building a fairly large music application, ...
3
votes
1answer
247 views
Where to find a comparison of Flex/Bison, Ragel, ANTLR and others?
I am intending to define a protocol similar to Open Sound Control, but a bit different.
The idea is quite complex, and I won't try to describe it here.
Suppose I was to implement an OSC library ...
3
votes
1answer
54 views
MIDI or OSC controls between browsers
I'm looking into the possibility of simple music snychronisation and control (MIDI / OSC) between mobile browsers, XMPP would seem promising, but I've found no suitable extensions. Have you any useful ...
3
votes
2answers
615 views
javascript osc library?
Does an open sound control library exists for javascript? I cant seem to find any information on this.
3
votes
0answers
310 views
(fluxus) learning curve
I'm trying to have some fun with fluxus, but its manual and online docs all seem to assume that the reader is already an expert network programmer who's never heard of Scheme before. Consequently, you ...
2
votes
2answers
1k views
How to send clip names using LiveAPI (of Ableton Live)
When an audio or midi clip is played (triggered), its name needs to be sent using OSC to another application.
LiveAPI is an interface which allows one to explore and automate Ableton Live using ...
1
vote
2answers
169 views
'Unresolved external symbol' errors
I am using an example program that is supposed to allow control of MIDI devices using a protocol called OSC.
What I have done is downloaded the SDK from here: ...
1
vote
1answer
274 views
How do I send OSC over TCP from javascript?
I'm trying to build a mobile web application that sends OSC (Open Sound Control) messages to another program (for audio synthesis) over TCP. I can't find a javascript library which will open a TCP ...
1
vote
2answers
639 views
How to send OSC commands from iPad/iPhone over the Internet (not Wi-Fi)
I am building an Arduino based servo driver that I want to control with OSC commands from my iPad over the Internet.
Is it possible to send OSC commands over 3G / UMTS with my iPad or iPhone to ...
1
vote
1answer
788 views
How to send MIDI or OSC signals to a Mac application from my iOS application?
I'm thinking of writing an iPhone/iPad application to emulate a MIDI controller. I know there are already quite a few available but I still want to do my own. I have several questions about that:
I ...
1
vote
1answer
260 views
Pygame and threading: locked when accessing to globals?
I am programming a game using pygame. I intend to control one of the characters using OpenSoundControl (OSC), a udp-based protocol for realtime communication. Basically I am using simpleOSC module to ...
1
vote
0answers
141 views
iPhone to Max with OSC: certain int messages get zero'd
I'm using the berkely OSC library.
I'm using OSC_writeAddress() followed by OSC_writeIntArg() to send OSC buffers from iPhone to max/msp, one packet at a time. my range of values goes from 0 - 320. ...
1
vote
1answer
348 views
OpenSound Control (OSC) documentation
Do you know any good (starting) tutorial or documentation about OSC?
0
votes
1answer
85 views
Ant : Passing username and password to exec
<exec dir="." executable="osc" failonerror="true" failifexecutionfails="true">
<arg line="-A ${obs.apiurl}/>
</exec>
Ant executes the following osc which requires user to ...
0
votes
0answers
33 views
Is there a Library for dealing with OpenSoundControl in ActionScript
I would like to send and receive OpenSoundControl in an AIR application, on the opensoundcontrol.org website I have found existing libraries for many languages, but none for Action Script so far, do ...
0
votes
1answer
230 views
basic OSC tutorial in C++? what library to use?
I would like to learn how to write the simplest server/client C++ command line application for sending a few lines of data from one application to the other in real-time, using OSC (Open Sound ...
0
votes
1answer
181 views
Extending the TcpClient Class in the oscP5 Processing Library
I am trying to extend the TcpClient class in the oscP5 library for Processing. I have already imported netP5.* and oscP5.* in my main sketch. However, the following code produces this error: ...
0
votes
1answer
233 views
Processing oscP5 Library
I'm using the oscP5 library in Processing. I've already looked in the javadoc for oscP5 and I've browsed through the source but I can't figure it out.
When I get debug info like this:
### new Client ...
0
votes
0answers
72 views
Cocoa app takes 50 seconds to be ready for user. Why?
I'm writing a Cocoa document-based app using a framework providing OSC (OpenSoundControl) functions.
The problem is the following: when I run my app, it is not ready to receive user's input before ...
0
votes
1answer
435 views
Is it possible to send OSC commands to an iPad via the Camera Connection Kit?
I'm building a small controller device that I'd like to partner with a computer. I've settled on using OSC out from my custom built hardware and am pretty satisfied with what I can get from WOscLib. ...
0
votes
3answers
832 views
iPhone OSC Library
I know there are some iPhone Apps out there that use OSC and i'm wondering now if someone of them released a nice library for it. I googled a loot around but didn't found anything. Maybe someone knows ...