Thx Claude, I'll check it out later. I really should get up to speed on PD basics...
Conor On Mon, Dec 8, 2008 at 5:13 PM, Claude Heiland-Allen < [EMAIL PROTECTED]> wrote: > Forwind info wrote: > >> Hi all, >> >> Does anybody know if there is a way to automatically send an OSC message >> to >> an internal PD messaging address which happens to be the same as the route >> of the OSC message. >> So for instance, an osc message arrives with route "/a/sample/route" and >> value 50, I would like to automatically send the value of the message to >> the >> internal message address of "/a/sample/route". >> I would like to avoid having to explicitly patch this (using route and >> send >> and receive) as there quite a few. >> > > something like this: > > "/foo/bar 1 2 3" or other arbitrary osc message > | > [t a a] > | \ > | [list split 1] (or [list]--"$1" would also work here) > | : > [list split 1] > | : > | | > [send] > > requires a recent Pd for the settable send, if i recall correctly > > I could be missing some basic pd knowledge ... >> >> thx in advance. >> Conor >> > > hope this helps, > > > Claude > -- > http://claudiusmaximus.goto10.org > >
_______________________________________________ Pd-dev mailing list [email protected] http://lists.puredata.info/listinfo/pd-dev
