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

0
votes
0answers
30 views

Error using Osceleton with kinect SDK

I added code to Skeleton Basics WPF app provided with windows kinect sdk, to feed data to OSceleton , but when i build the code it gives me following warning: warning MSB3270: There was a mismatch ...
0
votes
0answers
71 views

Realtime Fader Control Using OSC (Android)

Ok, so I am basically trying trying to create an android application that makes use of Open Sound Control (OSC) and is capable of sending OSC messages over a network. I can successfully send these ...
0
votes
2answers
137 views

sending udp packets in format osc (Open sound control) using pnet in Matlab R2012a

I have a question concerning udp packets in MATLAB. I've been using the oscsend.m script to send udp packets to other applications. ...
1
vote
0answers
35 views

Read open sound control's packets in Smalltalk VisualWorks 7.9.1

Does anyone have an idea where to find an open sound control reader for visualworks? I inspected the Siren project and the OSC VW project but they are made to send OSC packets however my objectif is ...
0
votes
1answer
80 views

OSC library working on iOS6 with ARC

Now I'm looking for OSC library which working on iOS6 with ARC. I tried vvOSC at first. But I got an error with "- (NSString *) stringByDeletingLastAndAddingFirstSlash;" Maybe Compiler can't find the ...
2
votes
3answers
89 views

Converting Open Sound Control ByteArray into String in Smalltalk VisualWorks 7.9.1

I'm receiving UDP packets from a server ( exactly: Open Sound Control packets). i'm storing those packets in a ByteArray. I want to convert this ByteArray into String so i can exploit the data ...
0
votes
0answers
38 views

I am not able to change the value of a global variable when it is changed inside a library method

I am trying to change layout in an Android app in Processing, layouts just being 2 different methods that are run inside void draw(), but the program seems to fail to recognize the change of the ...
2
votes
1answer
218 views

About Processing

I was wondering about OSC could you tell me more about it.
0
votes
2answers
95 views

“Comment out pthreads” to compile a library

I am trying to compile a library, liblo. I am installing it because it is a required library for another library that I am trying to install, osc-mex. In order for liblo to work with osc-mex on ...
0
votes
1answer
224 views

Unable to compile MEX

I am trying to compile some MATLAB MEX files from C++ source. The files I am trying to compile can be found here; I am using Windows XP on a 32-bit system, MATLAB 2012a and have installed the ...
0
votes
1answer
321 views

sending OSC (open sound control) messages from an android application

I'm writing an android application using the SDK for android 4.0 I wonder if there is an API for sending OSC messages (Open Sound Control) in the android SDK or should I just use the java OSC SDK. ...
4
votes
2answers
305 views

Is low OSC/Midi (no audio) latency possible on Android?

I want to do a concept for a real-time interface for audio interaction, so real low latency is essential. I have read a lot about this topic in the last week, but it's impossible to get a real ...
0
votes
1answer
37 views

Filtering spikes in realtime data without adding latency

I need to 'smooth' OSC input data without introducing any latency , ie remove spikes. The only strategy I can think of is to store the preceding sample, compare with the current and if the current is ...
0
votes
0answers
22 views

Communicate with AIR via OSC directly of 3rd party server (FLOSC) necessary?

Hi have an application that can send and receive OSC commands. I need to communicate 2 ways with another AIR (Flash) application. I know this is possible via FLOSC http://benchun.net/projects/flosc/ ...
1
vote
1answer
164 views

Communicating Between GlovePIE and Application

How can I communicate between VB.net and GlovePIE? I know that you can send OSC (Open Sound Control-It isn't just for sound) data in GlovePIE so if you could send/receive data in VB.net without any ...
1
vote
2answers
332 views

Open Sound Control (OSC) in c# [closed]

I bought TouchOSC app for my ipod touch because I thought will be easy to find a library to use osc protocol in c#, because I would like to develop a easy application using c#; but, till now, I didnt ...
1
vote
1answer
63 views

Udp address for iOS Device for TouchOSC

I am attempting to address an iPad not by ip address but by hostname for TouchOSC. I am using Max/MSP and the udpsend object to transmit label information to TouchOSC on an ipad. Via the touchosc ...
0
votes
0answers
139 views

Communication between Processing (P5) and Ableton Live with OSC (OpenSoundControl) [closed]

I created some examples to send and receive commands from Processing P5 to/from Ableton Live with OSC. You'll find the source code under http://habu.phpfogapp.com/?p=26 All code is released und the ...
2
votes
3answers
295 views

What's the difference between char * and const_cast<char*>(string.c_str())

I use an external library to deal with udp (OSC) communication between 2 apps. To format the messages that will be sent, the library is expecting a char* but I get a string from the UI that I have to ...
0
votes
1answer
136 views

Unity: Sending OSC messages to MSP/PD client

I am using the UnityOSC library by Joe Garcia to send OSC messages from the Unity Game Engine with the AngryBots demo with help from Joe Garcia's manual on using the library. I am a little confused as ...
1
vote
1answer
70 views

Is it possible to modify the time OSCeleton sends a lost_user event/message?

I'm playing around with OSCeleton and Processing and succesfully got to track skeletons and do stuff. What I'm wondering is if there's any way to change the delay time a "lost_user" message is sent ...
1
vote
0answers
108 views

How can I translate live audio input from getUserMedia() API to OSC(Open Sound Control) packets?

I am looking to quantize the live Audio stream and send it to another client using WebSockets. navigator.getUserMedia({audio: true}, function(localMediaStream) { var audio = ...
1
vote
0answers
233 views

Open Sound Control (OSC) in Matlab 64-bit

I have been using oscmex (http://sourceforge.net/projects/oscmex/) to receive Open Sound Control messages in Matlab r2007b from a Kinect via OSCeleton (https://github.com/Sensebloom/OSCeleton) for a ...
2
votes
4answers
2k views

looping through the values of an ArrayList in C#

I'm trying to figure out what sort of information these messages contain that are being streamed via OSC. The messages are being stored to an ArrayList. Here is the code: public void ...
0
votes
2answers
565 views

Configuring client and server using OSC in Unity

I'm trying to utilize a library for Unity called UnityOSC, which allows you to receive OSC messages, presumably, from other applications. I have an application which transmits data via UDP at the ...
0
votes
0answers
55 views

as3 Triggering events from an external source

I am building an AIR app that cues multiple swfs in a kind of playlist. I need the swfs to be called from an external system. I've tried receiving OSC msgs but the media server software running on the ...
0
votes
0answers
197 views

AS3 sending and receiving OSC messages

Has anyone successfully sent and received an OSC msg from the same application? I am using the as3/tuio lib: http://bubblebird.at/tuioflash/guides/sending-osc/ and it seems to get a litte messy when ...
0
votes
0answers
75 views

as3 counting TUIO points in specific coords

I am finishing up an app that counts the max number of tuio points on the stage within specific coords and sends out an osc msg accordingly... I feel I am almost there but I keep getting an ...
2
votes
1answer
506 views

Using OSC in Arduino from Touch OSC MultiToggle

I can not find an OSC library for Arduino that supports Touch OSC's multitoggle controls. Am I doing something wrong, or is there a library that does have support for this control? The library I'm ...
1
vote
0answers
226 views

Node.JS to OSC via UDP

I installed Node.js and integrated Socket.io. In a file called "appudp.js", I have the following code: var dgram = require('dgram'); var message = new Buffer("5656"); // Whatever the number could ...
0
votes
1answer
127 views

Note duration with OSC, or continuous note ON/OFF

I'm adding OSC capability to my music drum pad type app for iOS. I'm able to send strings when a pad is hit then use OSCulator to map to MIDI, testing using Logic Pro and plays the notes fine, but am ...
0
votes
1answer
31 views

OSC packet implementation in win 32

Need help regarding OSC packet implementation in win 32 in Visual Studio 2008
0
votes
0answers
136 views

Kinect X and Y Hands to jQuery via Syhon, OSP5, Maven and Javaskrip. I have problems with the .js [closed]

Kinect X and Y Hands to jQuery via Syhon, OSP5, Maven and Javaskrip. I have problems with the .js i have a really simple problem...but I can´t see anymore. what I what: Kinect Handy X and Y (I ...
-1
votes
1answer
151 views

SocketServer.py errors

Can anyone see what the problem is here? I am new to python and I need some guidance. I'm running Python 2.7.3 in 32-bit mode on a mac with Lion. Dependencies include pyOSC pyserial 2.6 ...
0
votes
0answers
82 views

Realtime Sound Producing Website for Smart Phones

I was looking into options available to create a website accessible via a smartphone which can produce sound in real time. I mean I might need some library which could convert the OSC messages to ...
0
votes
0answers
54 views

Python error: OSCServer: KeyError on request from

I hope someone can help me out? I'm getting this error from python 2.7.3 OSCServer: KeyError on request from home.gateway:56197: Any ideas on how I can solve this? Thanks!
2
votes
4answers
603 views

How can java.util.ConcurrentModificationException be avoided when using OSC?

The code I am working on is throwing the aforementioned exception. I am not very experienced with multi-threaded programming and I'm not having a lot of luck troubleshooting this. The program is ...
0
votes
1answer
138 views

Python: OSC.py No callback registered to handle OSC-address

I hope someone can help me! I'm getting this error when sending OSC messages: OSCServer: No callback registered to handle OSC-address '/minibee/output/1' I seem to have got a successful OSC server ...
0
votes
1answer
163 views

OSC-address in MAX/MSP

Can anyone help me with a problem routing OSC messages? I'm using Python, MAX/MSP with OSC to communicate between Arduino Xbees. I hope there's someone out there!
1
vote
0answers
114 views

Does kCFSocketDataCallBack merge multiple messages in the CFData object?

I'm reading OSC messages via TCP with CFSocket and a callback of type kCFSocketDataCallBack. Sometimes I'm getting a CFData object bigger than the specified OSC message length. The question is if ...
0
votes
1answer
80 views

system call from within osc lib module

i'm using the OSC library found here. i'd like to programmatically exit the program via sys.exit() when a specific msg is received. i use something like the following: oserve = ...
0
votes
1answer
382 views

Subclipse on a Mac in a Windows network. Can't Commit - Can't get exclusive lock

I have an iMac running OS X 10.7.3. I have Eclipse Indigo and Subclipse 1.8.6 installed. I'm able to connect to and save files to our repository through Finder when I provide proper credentials. I am ...
0
votes
1answer
36 views

Are int32s signed or unsigned in OSC (or is it unspecified?)

The OSC Specification, version 1.0 specifies the "int32" data type as "32-bit big-endian two's complement integer". This implies that it's signed (otherwise, why would you write "two's ...
0
votes
1answer
489 views

How can I send OSC packets simply in windows/C++?

I have a VS2010 project which is a windows application that acquires data from a particular bluetooth device. All I want to do is alter my acquisition thread to send the data it acquires using OSC. ...
8
votes
1answer
636 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, ...
0
votes
1answer
354 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
1answer
157 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 ...
5
votes
1answer
1k 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 ...
1
vote
2answers
608 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
2answers
653 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 2