Re: [PD] routeOSC - dynamic routing?

2013-08-09 Thread zmoelnig
Quoting Dan Wilcox danomat...@gmail.com: As far as I know, you can't match multiple levels at once, you'd need to do: [routeOSC /*] | [routeOSC /ID] yep. iirc, the OSC-specification only talks about pattern-matching on a per-path element. with that in mind and since OSC is really very

Re: [PD] routeOSC - dynamic routing?

2013-08-08 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2013-08-07 15:12, Colet Patrice wrote: Le 07/08/2013 08:15, pured...@11h11.com a écrit : hi all, i have more than 50 OSC messages to [routeOSC], i would like to avoid having to cut and paste click and drag. what are my options here?

Re: [PD] routeOSC - dynamic routing?

2013-08-08 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2013-08-07 08:15, pured...@11h11.com wrote: hi all, i have more than 50 OSC messages to [routeOSC], i would like to avoid btw, you might want to hierarchic structure of your OSC messages, rather than having 50 flat labels in [routeOSC]. when

Re: [PD] routeOSC - dynamic routing?

2013-08-08 Thread tim vets
hi, a somewhat related question: I'm trying to do something like this: [routeOSC /*/ID] but that doesn't seem to work Is it at all possible to use wildcards with routeOSC? help patch only mentions [set /*( this will match any OSC message... thanks, Tim 2013/8/8 IOhannes m zmoelnig

Re: [PD] routeOSC - dynamic routing?

2013-08-08 Thread Dan Wilcox
As far as I know, you can't match multiple levels at once, you'd need to do: [routeOSC /*] | [routeOSC /ID] On Aug 8, 2013, at 3:26 PM, pd-list-requ...@iem.at wrote: From: tim vets timv...@gmail.com Subject: Re: [PD] routeOSC - dynamic routing? Date: August 8, 2013 2:54:57 PM EDT

Re: [PD] routeOSC - dynamic routing?

2013-08-07 Thread Roman Haefeli
On Wed, 2013-08-07 at 02:15 -0400, pured...@11h11.com wrote: hi all, i have more than 50 OSC messages to [routeOSC], i would like to avoid having to cut and paste click and drag. what are my options here? [routeOSC /knob1 /knob2 ...] | | [s $0-knob1] [s $0-knob2]

Re: [PD] routeOSC - dynamic routing?

2013-08-07 Thread Colet Patrice
Le 07/08/2013 08:15, pured...@11h11.com a écrit : hi all, i have more than 50 OSC messages to [routeOSC], i would like to avoid having to cut and paste click and drag. what are my options here? [routeOSC /knob1 /knob2 ...] | | [s $0-knob1] [s $0-knob2] thanks someting like

Re: [PD] routeOSC - dynamic routing?

2013-08-07 Thread Julian Brooks
reduz...@gmail.com *Subject: **Re: [PD] routeOSC - dynamic routing?* *Date: *August 7, 2013 7:16:13 AM EDT *To: *pd-list@iem.at On Wed, 2013-08-07 at 02:15 -0400, pured...@11h11.com wrote: hi all, i have more than 50 OSC messages to [routeOSC], i would like to avoid having to cut

[PD] routeOSC - dynamic routing?

2013-08-06 Thread puredata
hi all, i have more than 50 OSC messages to [routeOSC], i would like to avoid having to cut and paste click and drag. what are my options here? [routeOSC /knob1 /knob2 ...] | | [s $0-knob1] [s $0-knob2] thanks ___ Pd-list@iem.at

Re: [PD] routeOSC - dynamic routing?

2013-08-06 Thread Dan Wilcox
Both the [routeOSC] and [send] help files tell you that you can set the arguments. So you'll probably end up with something like this: dynamic_osc_routing.pd Description: Binary data On Aug 7, 2013, at 2:15 AM, pured...@11h11.com wrote:hi all,i have more than 50 OSC messages to [routeOSC], i