Hi all,<br><br>You can download the newest version of my simple python script for making jack, jack-midi, and alsa-midi connections from an interactive command line interface here:<br><br><a href="http://www.akjmusic.com/software/jackctl20110317.py">http://www.akjmusic.com/software/jackctl20110317.py</a><br>
<br>All you need, of course, is Python. And who doesn&#39;t have that on their system nowadays? Just put it someplace in your PATH, and link it to a more generic name like so:<br><br>     $   mv jackctl20110317.py /usr/local/bin <br>
     $   sudo ln -s /usr/local/bin/jackctl20110317.py /usr/local/bin/jackctl.py<br><br>Why not &quot;qjackctl&quot;? Maybe you like the swift stealth of the command line, or maybe you don&#39;t want GUI overhead, or packaging overhead of having to install QT if you otherwise wouldn&#39;t...<br>
<br>new features in this version:<br><br>1) you can edit a sample jackd command line within the script itself, and with the new &#39;s&#39; command, you can thus toggle the jack server on and off right from within &quot;jackctl&quot;.<br>
<br>2) cleaner and clearer command prompt, unambiguously indicating three toggle modes: audio, alsa-midi, and jack-midi<br><br>3) got rid of the silly terrible joke about growing fruit from your computer :) Or did I? You&#39;ll just have to find out.... ;)<br clear="all">
<br>Let me know if you find any bugs....I want to try and convince Paul Davis to package this script with future distributions of jackd itself---your happiness with this script may make it possible :)<br><br>Best,<br>-- <br>
Aaron Krister Johnson<br><a href="http://www.akjmusic.com" target="_blank">http://www.akjmusic.com</a><br><a href="http://www.untwelve.org" target="_blank">http://www.untwelve.org</a><br><br>