We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
IndexProgramming Questions & HelpOther Libraries › oscP5 and processing1.0
Page Index Toggle Pages: 1
oscP5 and processing1.0 (Read 1164 times)
oscP5 and processing1.0
Feb 23rd, 2009, 3:05pm
 
Hello
I'm new in processing 1.0 and I can't make oscP5 works.
Does someone knows the right way to do this?
Thanks a lot.
Re: oscP5 and processing1.0
Reply #1 - Feb 24th, 2009, 9:25am
 
hi, did you put the library into the libraries folder inside your sketchbook? after putting a library into the libraries folder, you need to restart processing. does that help? running oscP5 in 1.0 works for me. when running the example oscP5sendReceive and pressing the mouse inside the display window you should see
### received an osc message. addrpattern: /test typetag: i
in processing's console.
best,
andreas


Re: oscP5 and processing1.0
Reply #2 - Apr 1st, 2009, 12:36pm
 
Hi,

I'm trying to get OSC working. I get the message
The package "oscP5 does not exist. You might be missing a library."

But have placed inside >Applications>Processing> Libraries

also, other jar extensions, e.g. maxlink.jar work fine. I'm on OS X and Processing 1.0.3

Any ideas?

Thanks,
Andrew
Re: oscP5 and processing1.0
Reply #3 - Apr 1st, 2009, 2:12pm
 
Just in case, have you thought about restarting Processing after having added the library?
Re: oscP5 and processing1.0
Reply #4 - Apr 1st, 2009, 2:47pm
 
yes, I've tried several times. So I'm on Processing 1.0.3 - the blue icon. Do others have this working okay with oscP5?
Re: oscP5 and processing1.0
Reply #5 - Apr 1st, 2009, 4:09pm
 
Problem solved!

I had inadvertantly put the oscP5.jar in an older library from Processing0125 that I still hadn't junked. Best using the libraries inside the >show package contents> folder.

Thanks. Does anyone have any views on the merits of osc compared with maxlink (java from Max/MSP)? I got into this to send arrays of floats which seems not possible with maxlink, as good as it is.
Page Index Toggle Pages: 1