Questions tagged [oscp5]

oscP5 is an Open Sound Control library for the programming environment Processing.

oscP5 is an Open Sound Control library for the programming environment Processing.

OSC is the acronym for Open Sound Control, a network protocol developed at UC Berkeley for communication among computers, sound synthesizers, and other multimedia devices that is is optimized for modern networking technology.

7 questions
3
votes
1 answer

Processing to grasshopper with oscP5

I’m trying to see if I can link a sketch made in processing to grasshopper using oscP5. The sketch is a sphere of points outlined in the first half of this Coding Train video: https://www.youtube.com/watch?v=RkuBWEkBrZA The code before I’ve started…
1
vote
1 answer

Trouble running oscp5 library and P3D renderer together in processing 3.x

I attempted to map data from external devices to draw patterns. But the oscP5 library and P3D renderer could not work together in processing both 3.3.7 and 3.4 while they can work separately. They can work in processing 2.2.1 but 2.2.1 doesn't…
Lam Ko
  • 21
  • 4
1
vote
1 answer

Integrating Processing with Chuck with OSC

In processing I made a button "Play Amazing Notes" to send a signal to chuck(for playing notes) with OSC(open sound control),but when I run processing script it shows these error messages. ControlP5 2.2.6 infos, comments, questions at…
Probe
  • 11
  • 6
1
vote
0 answers

How do I set a timeout on a port?

How do I set a timeout on a port? I want the port to timeout, so the program will not keep on extracting info from it. void setup(){ oscp5 = new OscP5(this, 7771); }
tanman
  • 175
  • 10
0
votes
1 answer

enable and disable textfield in Processing using Cp5 library

Using Cp5, I'm attempting to create a textfield. I want the user to only be able to edit the textfield after clicking a button. The user is unable to edit the textfield if the button is not pressed. Does Textfield have a method that can assist me…
Robot12
  • 37
  • 5
0
votes
1 answer

How to receive big OSC blob in Java

I am trying to receive quite big OSC blob (array of more than 10000 bytes) from PureData with Java. I tried oscP5 library and I got ArrayIndexOutOfBoundsException above around 1500 bytes. I have the same with JavaOSC library with the same limitation…
antoine
  • 1,653
  • 11
  • 23
-1
votes
2 answers

OSCP requests randomly appear in webpagetest.org results

When testing website performance with webpagetest.org, eventually some tests contain requests that I did not expect, as they have not been initiated by anything in my code (HTML, CSS, JavaScript). Even more surprisingly, the requesting user agent…
Ingo Steinke
  • 766
  • 3
  • 11
  • 30