<br><br><div class="gmail_quote">On Fri, Feb 15, 2013 at 11:23 AM, M Donalies <span dir="ltr"><<a href="mailto:ingeniousnebbish@cox.net" target="_blank">ingeniousnebbish@cox.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
>From what I can tell, the Jack midi interface aspires to hide the underlying<br>
Alsa api so an app developer can just use Jack midi and not have to muck with<br>
Asla.<br></blockquote><div><br>that is a part of the goal, but a deeper one is to provide sample-accurate and zero-copy delivery of MIDI between JACK clients, with data arriving in the context of the process() callback where it can be used for synthesis and control without crossing thread boundaries.<br>
 </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
If this is true, then how do I use Jack in the following senerio: I'm writing<br>
a toy gui SMF player that outputs midi events so a program like fluidsynth can<br>
play them.<br>
<br>
Using Alsa sequencer, I put events on a queue with a time and Alsa takes care<br>
of the rest. If I just use the Jack midi api, how much of this process can<br>
Jack do? I'm assuming "not much," since all the apps that I've looked at the<br>
source of use the Alsa sequencer.<br></blockquote><div><br>JACK does not provide sequencing facilities. It simply transports MIDI between ports.<br></div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

If I wanted to do the sequencing myself, what would be involved?</blockquote><div><br>a lot.<br><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"> Or am I<br>

completely missing the point of what Jack can do?<br></blockquote><div><br>you seem to understand it reasonably well.<br> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<span class="HOEnZb"><font color="#888888"><br>
--<br>
7:8<br>
_______________________________________________<br>
Linux-audio-dev mailing list<br>
<a href="mailto:Linux-audio-dev@lists.linuxaudio.org">Linux-audio-dev@lists.linuxaudio.org</a><br>
<a href="http://lists.linuxaudio.org/listinfo/linux-audio-dev" target="_blank">http://lists.linuxaudio.org/listinfo/linux-audio-dev</a><br>
</font></span></blockquote></div><br>