[PD-dev] osc automatic routing

Claude Heiland-Allen claudiusmaximus at goto10.org
Mon Dec 8 18:13:58 CET 2008


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





More information about the Pd-dev mailing list