Hello!
I am using P5 glove to produce some OSC data via Tim Kreger's P5osc app. I have some running OSC data now and I want to send them in Pd. I have the pd oscx library with all related objects.
What I don't know is how can I set pd to a specific port like 47110? Also do i have to use dumpOSC object since it listens on a specified port / UDP to get the OSC data?
Thanks in advance!
-
P5 glove-\>P5osc-\>Pd
-
I have no clue what the answer to your question is, but it's good to see there's at least one person here using a P5 glove. I have one that I got working with Max/MSP on Windows, but now that I'm using Pd on Linux, I haven't been able to get libp5glove to work. I think I'll try again at some point though, because I like pretending to be a cyborg.
-
would it be possible to grab the p5 data through [hid]?
any technology distinguishable from magic
is insufficiently advanced. -
The P5 glove is not a USB HID device, so [hid] won't work. It would be possible to take the p5osc code and write an object that acts like [hid].
-
I have usb device (non HID) that sends X, Y, Z (and more) signals via OSC messages that I'm reading in PD. I very much need to send it into [hid] library for re-routing to various axis, but cannot find a way to build a patch to take OSC > PD patch(?) > [hid]. Basically that takes [int] OSC messages, converts to a simulated HID device, then feeds into the [hid] library, then reroute using [hid] as normal.
Do you have any ideas or a patch that might work?! Any help would be much much appreciated... Thanks.
http://www.pdpatchrepo.info/hurleur/Screen_Shot_2014-05-09_at_14.54.01.png
-
I have usb device (non HID) that sends X, Y, Z (and more) signals via OSC messages that I'm reading in PD. I very much need to send it into [hid] library for re-routing to various axis, but cannot find a way to build a patch to take OSC > PD patch(?) > [hid]. Basically that takes [int] OSC messages, converts to a simulated HID device, then feeds into the [hid] library, then reroute using [hid] as normal.
Do you have any ideas or a patch that might work?! Any help would be much much appreciated... Thanks.
http://www.pdpatchrepo.info/hurleur/Screen_Shot_2014-05-09_at_14.54.01.png