<div dir="ltr"><div dir="ltr"><div>I was hoping it was something so simple but unfortunately it still doesn't work for me. The fact that you are able to get something is encouraging though. I don't know what is different about my system but I suspect its something odd with my jack. When I run jackd --version I get</div><div> jackdmp version 1.9.11</div><div><br></div><div>and from jack_load --help:<br></div><div dir="ltr"><div>usage: jack_load [ options ] client-name [ load-name [ init-string]]</div><div><br></div><div>I really appreciate your help. If someone has further insight, I'm still pretty stuck.<br></div></div></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, Apr 5, 2019 at 10:18 AM Hanspeter Portner <<a href="mailto:dev@open-music-kontrollers.ch" target="_blank">dev@open-music-kontrollers.ch</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On 05.04.19 18:03, Spencer Jackson wrote:<br>
> Hi all:<br>
> <br>
> I've been trying to make my OSC2MIDI app work as an internal client for the MOD<br>
> Duo. However I've got some misunderstanding or something. I'm first just trying<br>
> it on desktop (debian) but even compiling the example internal client at<br>
> <a href="https://github.com/jackaudio/jack2/blob/develop/example-clients/inprocess.c" rel="noreferrer" target="_blank">https://github.com/jackaudio/jack2/blob/develop/example-clients/inprocess.c</a> and<br>
> running <br>
> <br>
> lack_load /home/spencer/inprocess<br>
> <br>
> yeilds the same result as when I try to run osc2midi. It fails with the message<br>
> intclient = 0 status = 0x1<br>
> <br>
> Are the internal clients supposed to be in a special directory or something? I<br>
> haven't had any luck with the googles for documentation or examples beyond the<br>
> source for the client.<br>
> <br>
> My source is at <a href="https://github.com/ssj71/OSC2MIDI/tree/jack_internal/src" rel="noreferrer" target="_blank">https://github.com/ssj71/OSC2MIDI/tree/jack_internal/src</a> if it<br>
> helps.<br>
<br>
I've given it a try, my jack_load here wants at least 2 parameters, an arbitrary<br>
client name and shared object.<br>
<br>
jack_load [ -i initstring ] [ -s servername ] [-w ] client-name so-name [<br>
initstring ]<br>
<br>
Giving it the absolute path to shared object (without .so) seems to work. This<br>
is from within the build directory...<br>
<br>
    jack_load osc2midi $(pwd)/src/libosc2midi_internal<br>
<br>
Seems to load fine in jackd 0.125.0 apart from a warning by osc2midi itself<br>
<br>
    Error opening map file! /usr/local/share/osc2midi/default.omm<br>
<br>
<br>
> If more information about my system or whatever would be helpful just let me<br>
> know. Thanks,<br>
> _Spencer<br>
_______________________________________________<br>
Linux-audio-dev mailing list<br>
<a href="mailto:Linux-audio-dev@lists.linuxaudio.org" target="_blank">Linux-audio-dev@lists.linuxaudio.org</a><br>
<a href="https://lists.linuxaudio.org/listinfo/linux-audio-dev" rel="noreferrer" target="_blank">https://lists.linuxaudio.org/listinfo/linux-audio-dev</a><br>
</blockquote></div>