diff options
author | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-06-10 15:20:29 +0000 |
---|---|---|
committer | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-06-10 15:20:29 +0000 |
commit | 57a29a72181e523f863a8c5d7b735056b1dc7c8a (patch) | |
tree | ca1d63667e691daed72c77e5249446d327011846 /audio/Makefile | |
parent | The second attempt to fix build on 4.x. (diff) |
Add xmms-defx.
DeFX is a multi-effects processor plug-in. DeFX supports 6 types of effects,
grouped into 4 different modules.
- Karaoke: removes the song's voices, trying to preserve the bass and drums.
- Panning: smoothly selects between the two stereo channels.
- Modulation: three classical effects: flange, phaser and chorus.
- Reverberation: simulates the reverberation of a huge room.
WWW: http://defx.sourceforge.net/
PR: ports/82013
Submitted by: Alejandro Pulver <alejandro@varnet.biz>
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 1c1bccde248b..ad03eb0f79a4 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -509,6 +509,7 @@ SUBDIR += xmms-cdread SUBDIR += xmms-crossfade SUBDIR += xmms-crystality + SUBDIR += xmms-defx SUBDIR += xmms-faad SUBDIR += xmms-fc SUBDIR += xmms-flac |