diff options
author | jylefort <jylefort@FreeBSD.org> | 2006-12-31 06:26:59 +0800 |
---|---|---|
committer | jylefort <jylefort@FreeBSD.org> | 2006-12-31 06:26:59 +0800 |
commit | 82234d5fb327fa9d9b864a3c73e0dfcd7c09680e (patch) | |
tree | f5efa7a8c58f1606af64029b0e8b3d91c91e7019 /audio/Makefile | |
parent | f44ccf88ffa9ddfa33dfcea5cffe0eacfff5efae (diff) | |
download | freebsd-ports-gnome-82234d5fb327fa9d9b864a3c73e0dfcd7c09680e.tar.gz freebsd-ports-gnome-82234d5fb327fa9d9b864a3c73e0dfcd7c09680e.tar.zst freebsd-ports-gnome-82234d5fb327fa9d9b864a3c73e0dfcd7c09680e.zip |
Add jack-rack.
JACK Rack is an effects "rack" for the JACK low latency audio API. The rack
can be filled with LADSPA effects plugins. It's phat; it turns your computer
into an effects box.
WWW: http://jack-rack.sourceforge.net/
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 6aa6fca32149..dd6eba7b9a46 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -284,6 +284,7 @@ SUBDIR += id3v2 SUBDIR += ifp-line SUBDIR += jack + SUBDIR += jack-rack SUBDIR += jamboree SUBDIR += jamin SUBDIR += java-xmms2 |