diff options
author | miwi <miwi@FreeBSD.org> | 2006-12-07 08:53:12 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2006-12-07 08:53:12 +0800 |
commit | cfe0275ca118d81e55bbac68237306eacb79faa9 (patch) | |
tree | 7bf623a3d9918aa0a0d6a4cbe99b045618323ef4 /audio/Makefile | |
parent | d39a4326905a9bd48fa54ba0c6cfcc97fe6df95d (diff) | |
download | freebsd-ports-gnome-cfe0275ca118d81e55bbac68237306eacb79faa9.tar.gz freebsd-ports-gnome-cfe0275ca118d81e55bbac68237306eacb79faa9.tar.zst freebsd-ports-gnome-cfe0275ca118d81e55bbac68237306eacb79faa9.zip |
QjackCtl is a simple Qt application to control the JACK sound server
daemon. It provides a simple GUI dialog for setting several JACK daemon
parameters, which are properly saved between sessions, and a way
to control of the status of the audio server daemon. With time,
this primordial interface has become richer by including a enhanced
patchbay and connection control features.
WWW: http://qjackctl.sourceforge.net/
PR: ports/106430
Submitted by: trasz <trasz at pin.if.uz.zgora.pl>
Diffstat (limited to 'audio/Makefile')
-rw-r--r-- | audio/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/Makefile b/audio/Makefile index 62a53b357611..939058382734 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -496,6 +496,7 @@ SUBDIR += py-xmms2 SUBDIR += pysol-sound-server SUBDIR += q-audio + SUBDIR += qjackctl SUBDIR += quelcom SUBDIR += raproxy SUBDIR += rawrec |