<br><br><div class="gmail_quote">2012/8/22 Robin Gareus <span dir="ltr"><<a href="mailto:robin@gareus.org" target="_blank">robin@gareus.org</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<div class="HOEnZb"><div class="h5">On 08/22/2012 06:21 PM, Diego Simak wrote:<br>
> Hello List,<br>
> I was thinking in control DSSI, LV2 and LADSPA plugins (using non-mixer)<br>
> through TouchOSC for Android [1]<br>
> TouchOSC for iOS has the option to customize the GUI and the OSC Paths but<br>
> that option is not available at the moment for android.<br>
><br>
> So I was thinking in some kind of application to route or forward OSC<br>
> messages, just customizing the OSC path, the host and UDP port, among<br>
> others things.<br>
> I found this option for Mac [2] and this PD patch for linux [3] (can't get<br>
> this working), but I would like to know if you know an application to do<br>
> this or maybe some other recommendations to route/forward or even translate<br>
> OSC messages.<br>
><br>
> I know that maybe this could be done in PD or Python, but I don't want to<br>
> reinvent the wheel.<br>
><br>
> Thanks in advance for your help.<br>
> Diego<br>
><br>
><br>
><br>
><br>
> [1] <a href="http://hexler.net/software/touchosc" target="_blank">http://hexler.net/software/touchosc</a><br>
> [2] <a href="http://www.osculator.net/" target="_blank">http://www.osculator.net/</a><br>
> [3] <a href="https://code.autistici.org/trac/planetQ/wiki/robOSC" target="_blank">https://code.autistici.org/trac/planetQ/wiki/robOSC</a><br>
><br>
><br>
<br>
</div></div>route or rewrite: should not be hard using Pd.<br>
<br>
Simply forward - or duplicate OSC message to multiple hosts/ports, I use<br>
  <a href="http://gareus.org/_media/oss/osc/repeater_udp.c" target="_blank">http://gareus.org/_media/oss/osc/repeater_udp.c</a><br>
which can forward any UDP datagram (OSC or whatever) to one or more<br>
hosts/ports. -- compile with `gcc -o repeater_udp repeater_udp.c`<br>
<br>
ciao,<br>
robin<br>
</blockquote></div><br><br>Thank you very much Robin for this.<br><br>I will try to write an OSC path translator in Pd.<br><br>Thanks,<br>Diego<br><br>