Re: [LAU] g t k jack audio clients?

From: Robin Gareus <robin@email-addr-hidden>
Date: Wed Aug 29 2012 - 00:11:49 EEST

On 08/28/2012 10:09 PM, Paul Davis wrote:
> On Tue, Aug 28, 2012 at 3:26 PM, trahern culver
> <sound.warrior20@email-addr-hiddenwrote:
>
>> 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
_______________________________________________
Linux-audio-user mailing list
Linux-audio-user@email-addr-hidden
http://lists.linuxaudio.org/listinfo/linux-audio-user
Received on Wed Aug 29 00:15:06 2012

This archive was generated by hypermail 2.1.8 : Wed Aug 29 2012 - 00:15:06 EEST