Hey guys does any one have any patches that take in OSC messages?
I am trying to take in OSC messages from a program called Osculator...
Osculator and Pd
Hey guys does any one have any patches that take in OSC messages?
I am trying to take in OSC messages from a program called Osculator...
Thanks that is working really well... Where might one find this manual on [route] that you speak of ?
[route]->help
make one and right/shift click it.
Route sends lists to outlets that match the first element
Use the Source.
There is also a [OSCroute] object in the extended version. It may not be needed though since route should work. If the program you use sends messages like /message1 3842987 /message2 sdofoihs etc. Then OSCroute may be better. You can get help on that also by making the object and going to help.
Thanks for all you help guys here is what i have working so far...
However when we start using this to control Gem and audio patches the computer starts to slow down and or act funny. I was thinking we could use one machine to take in the messages and use another machine to make graphics and audio.
I have connected two machines with crossover cable and with osculator open on one and this patch i made open on the other i was hoping it would work the same way when osculator and the patch are open on the same machine. but they don't it appears that osculator only sends messages locally?
does any one know how i would send osculator messages to another machine?
thanks for your help in advance let me know if i can explain this any clearer
oh yea one is a mac and the other is a pc
http://www.pdpatchrepo.info/hurleur/multi_output_success_no_errors.pd
Hi thanks heaps for the patch dave.
I got osculator picking up my wiimote. I got your patch in Pd to "see" the OSCulator data. Which is awesome!
But Pd is spitting out these errors constantly:
print: /wii/1/accel/pry 0.498259 0.530285 0.9842 0.208333
error: gatom: no method for '/wii/1/accel/pry'
print: /wii/1/accel/pry 0.499129 0.532265 0.9921 0.206611
error: gatom: no method for '/wii/1/accel/pry'
etc...
Did this happen to you? How do I fix it please?
try using this - it's a slight modification of a patch of of this forum. I don't have a mac or osculator up and running at the moment, but everything worked fine last time I tried. The outputs all have sends symbols attached to them - they are listed in the notes subpatch - use them - if you leave the number boxes visible for too long they will bog down your computer. I hope this works for you. (It's a bit of a mess.)
Thanks Simon2 I got it working!
Loving the Osculator - Pd interaction.
Now I'm working on trying to get the buttons to do more than just 1, 0...
great! - there's lots you can do with the buttons. Also, you might want to try [speedlim] on the output of the accelerometers - try playing around with different values - it's unlikely you need the output changing as fast as it does without it - (but maybe you do.)
Hi, tried doing something similar, although i'm using glovepie instead. Im simply sending the mouse information to start with, will move onto the wii after. But I'm getting the same 'error gatom' when trying to route the information into a number box. (routeOSC /mouseX). However, routing this into a PRINT object displays all the values sent by glovepie, ranging from 0 to 1. Is the message in the wrong format for a number box to read?
I also use the wii with Pd via Osculator. Never tried the [dump] object, but I send values as midi, using the [ctlin] object. Also works fine.
hello, i am trying to do something similar here, but I have just downloaded this patch, its seems that OSC dump does not work on mine, anyone got an idea why? has this object been removed? or is it a PC one?
[dumpOSC] is part of the OSCx library, which is considered deprecated. The mrpeach library is considered standard for OSC now. It's part of Pd-extended, but it's not loaded by default. You'll have to add it in Preferences -> Startup...
Oops! Looks like something went wrong!