Greetings fellow Linux audio folk,<div><br></div><div>Some unknown handful of you (Julien Classen for sure at one point) may have used &#39;jackctl.py&#39; for CLI starting of a JACK server and making JACK connections. </div>
<div><br></div><div>I&#39;ve now renamed the project &#39;CLIJACK&#39; because it appears there&#39;s an unrelated script called &#39;jackctl.py&#39; in the sources for JACK itself, and I wanted to avoid any confusion. CLIJACK is a little Python app that serves as a user-friendly command-line frontend to jackd, jack_connect, and aconnect. It allows one to quickly and efficiently connect jack ports, alsa midi ports, jack midi ports, etc. in the manner of QjackCtl, but without the GUI, and the possible bloat of the packages required by the same. Good for lean &#39;n mean systems, etc.</div>
<div><br></div><div>So, CLIJACK is now being released, new title, a bit of new code...I did some code cleanup today, the biggest changes being:</div><div><br></div><div>* From CLIJACK, the jackd server itself can be launched via an environment variable, CLIJACK_COMMAND. Using this, one can start or stop the server from within CLIJACK via the &#39;s&#39; command. This of course was the same in &#39;jackctl.py&#39;, however, one had to edit the &#39;jackctl.py&#39; script itself to change the jackd command; now, it&#39;s modular and removed into the user&#39;s environment.</div>
<div><br></div><div>* Non-critical alerts from jackd do not interrupt the interface of CLIJACK anymore (example: missing libffado, etc.)</div><div><br></div><div>* More sensible killing of the jack server from within CLIJACK, including sending a killall message....</div>
<div><br></div><div>* More use of newlines to make multi-lined messages prettier and cleaner.</div><div><br></div><div>I will eventually get the project correctly packaged onto the Python apps listings, and sourceforge, etc., but for now, you can download the script directly from my site if you&#39;re interested:</div>
<div><br></div><div><a href="http://www.akjmusic.com/software/clijack-20120223.py">http://www.akjmusic.com/software/clijack-20120223.py</a></div><div><br></div><div>I&#39;d love feedback!</div><div><br></div><div><div>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>
</div></div>