[LAU] g t k jack audio clients?

Robin Gareus robin at gareus.org
Tue Aug 28 21:11:49 UTC 2012


On 08/28/2012 10:09 PM, Paul Davis wrote:
> On Tue, Aug 28, 2012 at 3:26 PM, trahern culver
> <sound.warrior20 at gmail.com>wrote:
> 
>> hey all are there any jack audio g t k clients? and are they any good?
>> your help with these questions would be most welcome kind regards trahern.
>>
> 
> many. ardour would be the biggest example, but there are many, others.
> 

Are you looking for code-examples ?

check out http://jackaudio.org/applications - the list is far from
complete, but around half of the apps indexed there which have GUI use gtk.


On debian-based distributions you can use
  `apt-rdepends --reverse libjack0 libjack-jackd2-0 libjack-0.116`
to find all applications packages which can use jack.

1716 of debian's ~35k. Almost 5% (!).

The ones which are based on GTK:

#!/bin/sh
for pkg in $(\
   apt-rdepends --reverse \
      libjack0 libjack-jackd2-0 libjack-0.116 \
   | grep -v "^ "\
 ); do
  apt-cache depends $pkg | grep gtk > /dev/null && echo $pkg;
done

There are 252 GTK+JACK apps on my system.

qt3+qt4 win this round with 583.

best,
robin


More information about the Linux-audio-user mailing list