Hallo all, I've run into a bit of an annoying issue with [OSCroute].
I'd like to do [OSCroute /paramgroup/param1] and have it accept [/paramgroup/param1 3.1415(, but it gets spit out the right outlet as unrecognized. Obviously the "solution" here is to have [OSCroute /paramgroup]->[OSCroute /param1], but my OSCroute is actually [OSCroute $1] and I'd like it to be able to accept a multi-level target like /paramgroup/param1.
Any idea why this works like this? Or possible ideas as to rigging this?
Cheers, Luke
One workaround is to leave the OSC universe and simply use the route object
route /the/full/path
Side note: One thing that often gets me annoyed are nonhierarchical OSC receiver implementations. Reaktor, VVVV and probably many other implementations ignore the hierarchical structure: you enter the full path and that's it. You may as well just use numbers.
</rant>
tim
On 01/05/2007, at 4:39 PM, Stephen Sinclair wrote:
Any idea why this works like this? Or possible ideas as to
rigging this?I'd be willing to hack on it to get it to do this... I'll let you know if it works. alternatively try martin peach's OSC objects.
note: my bugfix for OSCroute still hasn't been applied!
steve
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/ listinfo/pd-list
On May 1, 2007, at 10:39 AM, Stephen Sinclair wrote:
Any idea why this works like this? Or possible ideas as to
rigging this?I'd be willing to hack on it to get it to do this... I'll let you know if it works. alternatively try martin peach's OSC objects.
note: my bugfix for OSCroute still hasn't been applied!
I'll get to the bug/patch tracker hopefully next week. Anyone can
feel free to beat me to it.
.hc
steve
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/ listinfo/pd-list
Using ReBirth is like trying to play an 808 with a long stick. - David Zicarelli