osc Questions

2

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 u...
Pretorius asked 28/5, 2011 at 14:45

6

Solved

Open Sound Control (OSC) is a protocol for communication among computers, sound synthesizers, and other multimedia devices that is optimized for modern networking technology. It is particularly com...
Sibert asked 3/3, 2014 at 0:10

5

Solved

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 OSCMessageRec...
Karee asked 27/9, 2012 at 16:46

3

Solved

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...
Cowskin asked 9/2, 2013 at 10:44

3

Solved

I have successfully incorporated an UDPreceive function into my application. HOWEVER! I can not figure out how to stop UDP listener from running infinitely. The OSCPack library has a Break() and As...
Bozuwa asked 19/9, 2014 at 15:45

1

I know there are some tools out there for using Pure Data(Pd) within Python, so you can program and use Pd without using its GUI. I was wondering if anyone has tried the opposite. I want to send se...
Gyniatrics asked 22/4, 2015 at 0:43

4

Solved

Does an open sound control library exists for javascript? I cant seem to find any information on this.
Klinges asked 30/3, 2011 at 13:42

2

I'm trying to receive a message sent over OSC from Pure Data (or Max/MSP) to MATLAB. I'm able to send OSC messages from Pure Data to Pure Data I can send messages from MATLAB to MATLAB I can even...
Hinch asked 13/6, 2013 at 0:4

3

Solved

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...
Doubleminded asked 18/11, 2012 at 10:36

2

Solved

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 Cont...
Resolve asked 26/4, 2011 at 2:39

1

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, ...
Schiff asked 27/2, 2010 at 3:51

1

Solved

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 app...
Valdis asked 22/9, 2011 at 11:30
1

© 2022 - 2024 — McMap. All rights reserved.