2012/8/22 Robin Gareus <robin@gareus.org>
On 08/22/2012 06:21 PM, Diego Simak wrote:
> Hello List,
> I was thinking in control DSSI, LV2 and LADSPA plugins (using non-mixer)
> through TouchOSC for Android [1]
> TouchOSC for iOS has the option to customize the GUI and the OSC Paths but
> that option is not available at the moment for android.
>
> So I was thinking in some kind of application to route or forward OSC
> messages, just customizing the OSC path, the host and UDP port, among
> others things.
> I found this option for Mac [2] and this PD patch for linux [3] (can't get
> this working), but I would like to know if you know an application to do
> this or maybe some other recommendations to route/forward or even translate
> OSC messages.
>
> I know that maybe this could be done in PD or Python, but I don't want to
> reinvent the wheel.
>
> Thanks in advance for your help.
> Diego
>
>
>
>
> [1] http://hexler.net/software/touchosc
> [2] http://www.osculator.net/
> [3] https://code.autistici.org/trac/planetQ/wiki/robOSC
>
>

route or rewrite: should not be hard using Pd.

Simply forward - or duplicate OSC message to multiple hosts/ports, I use
  http://gareus.org/_media/oss/osc/repeater_udp.c
which can forward any UDP datagram (OSC or whatever) to one or more
hosts/ports. -- compile with `gcc -o repeater_udp repeater_udp.c`

ciao,
robin


Thank you very much Robin for this.

I will try to write an OSC path translator in Pd.

Thanks,
Diego