<div class="gmail_quote"><div>Oh right!</div><div><br></div><div>Sorry Paul - it seems most distros default to JACK2 now so thats what I've been using.</div><div><br></div><div>Looks like I need to take up my issue with the JACK2 devs then and you can probably close my feature request now</div>
<div><br></div><div>Thanks!</div><div><br></div><div>Dan</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="gmail_quote"><div class="im"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div></div></blockquote></div><div><br>current jack1 (released months or years ago):<br><br> if (snd_pcm_open (&driver->playback_handle,<br>                                  playback_alsa_device,<br>
                                  SND_PCM_STREAM_PLAYBACK,<br>                                  SND_PCM_NONBLOCK) < 0) {<br>                        switch (errno) {<br>                        case EBUSY:<br>                                current_apps = discover_alsa_using_apps ();<br>

                                if (current_apps) {<br>                                        jack_error ("\n\nATTENTION: The playback device \"%s\" is "<br>                                                    "already in use. The following applications "<br>

                                                    " are using your soundcard(s) so you should "<br>                                                    " check them and stop them as necessary before "<br>

                                                    " trying to start JACK again:\n\n%s",<br>                                                    playback_alsa_device,<br>                                                    current_apps);<br>

                                        free (current_apps);<br><br></div></div>
</blockquote></div><br>