diff options
author | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2006-12-30 22:26:59 +0000 |
---|---|---|
committer | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2006-12-30 22:26:59 +0000 |
commit | 27ab15d90339408cca88dd2b14c5761022ed3a1a (patch) | |
tree | c846d8f9458c2be35322e828ddff2bdc15b827c4 /audio/Makefile | |
parent | Config::Properties is a near implementation of the java.util.Properties API. (diff) |
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/
Notes
Notes:
svn path=/head/; revision=181103
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 |