Hi Ken,<br><br><div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">4) I can&#39;t seem to figure out how to save audio settings such that pd starts up JACK and ALSA MIDI upon startup. Every time I start it, I have to manually go into the Media menu, and select JACK, and tell it how many audio ports (it doesn&#39;t remember), and select the ALSA-MIDI dialog box and tell it how many MIDI ports (it *does* remember that), before it opens the ALSA port. I&#39;d like both to happen automatically at startup. I&#39;m using &quot;pd -rt -jack&nbsp;&nbsp;-alsamidi&quot; but it seems to disregard those.
</blockquote><div><br>In Montreal I was having a problem like this, and with a little help from Iohannes, found that the following arguments  worked for me:<br><br># start <span id="st" name="st" class="st">jack</span><br>
jackd -d alsa -d hw:0 -r 44100 -p 512<br><br># start <span id="st" name="st" class="st">pd</span><br><span id="st" name="st" class="st">pd</span> -<span id="st" name="st" class="st">jack</span> -audiodev 0 -channels 2<br>
</div>(without the &quot;-channels 2&quot; flag, it would segfault, and without the &quot;-audiodev 0&quot; flag it would ignore the -jack flag)<br><br>I just tried this, and it did what you&#39;re trying to do:<br><span id="st" name="st" class="st">
pd</span> -<span id="st" name="st" class="st">jack</span> -audiodev 0 -channels 2 -alsamidi<br><br>hope that helps,<br>-David M.<br></div>-- <br>MIT Media Lab<br><a href="mailto:dmerrill@media.mit.edu" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">

dmerrill@media.mit.edu</a><br><a href="http://web.media.mit.edu/%7Edmerrill/" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">http://web.media.mit.edu/~dmerrill/</a>