On 08/28/2012 10:09 PM, Paul Davis wrote:
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@lists.linuxaudio.org
http://lists.linuxaudio.org/listinfo/linux-audio-user
LINUX® is a registered trademark of Linus Torvalds in the USA and other countries.
Linuxaudio.org logo copyright Thorsten Wilms © 2006.
Hosting provided by the Virginia Tech Department of Music and DISIS.