<div dir="ltr">On Tue, Jan 22, 2013 at 8:21 AM, Jeremia Bär <span dir="ltr"><<a href="mailto:jeb@jebdev.net" target="_blank">jeb@jebdev.net</a>></span> wrote:<br><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
Hi,<br>
<br>
I spent the last days looking for a program that allows for an easy mapping of OSC messages to MIDI. Surprisingly, I couldn't find anything useful. I found some various python scripts that would either not work or request the OSC message to have a specific format, which is not suitable for me. Basically, I'm looking for a simple way to hook up TouchOSC from my Android tablet to control my HW synth with NRPNs. Is there nothing around?<br>

<br>
I was also thinking of maybe coding something up myself. Liblo and RtMidi look like a good point to start. Any thoughts on that?<br>
<br>
Thanks for your hints,<br>
Jeremia<br>
______________________________<u></u>_________________<br>
Linux-audio-user mailing list<br>
<a href="mailto:Linux-audio-user@lists.linuxaudio.org" target="_blank">Linux-audio-user@lists.<u></u>linuxaudio.org</a><br>
<a href="http://lists.linuxaudio.org/listinfo/linux-audio-user" target="_blank">http://lists.linuxaudio.org/<u></u>listinfo/linux-audio-user</a><br>
</blockquote></div><br><br></div><div class="gmail_extra" style>I know Puredata can do what you are asking. The OSC side is dead simple, but the NRPN generation will require some work on your part as there is not a native object for sending NRPN. However, it looks like this patch (<a href="https://github.com/vp1/dsi_tetra_pd/blob/master/Tetr4/send_nrpn.pd">https://github.com/vp1/dsi_tetra_pd/blob/master/Tetr4/send_nrpn.pd</a>) might be able to give some hints as to the NRPN side of the equation.</div>
</div>