diff options
author | miwi <miwi@FreeBSD.org> | 2007-01-25 04:43:28 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-01-25 04:43:28 +0800 |
commit | 2f127586f2220140c8bd2b4394d43904c1580d42 (patch) | |
tree | f49f37c92c213015df9b6ab3ee98ce98f47e7105 /audio/Makefile | |
parent | 47afe7f38c19ffb57a5b3c65ba31b9c7894a1f17 (diff) | |
download | freebsd-ports-gnome-2f127586f2220140c8bd2b4394d43904c1580d42.tar.gz freebsd-ports-gnome-2f127586f2220140c8bd2b4394d43904c1580d42.tar.zst freebsd-ports-gnome-2f127586f2220140c8bd2b4394d43904c1580d42.zip |
nekobee is a DSSI soft synth plugin that emulates the sound of the
TB-303 Bassline. It is not an exact copy; rather than make it "just
like the real thing", the design concentrates on modelling the
circuitry and was adjusted by comparing the sounds achievable with
it to those heard on classic acid house tracks. It includes a
switchable square/saw wave VCO, 24dB/octave VCF, an adjustable decay
time for the VCF, a fixed decay time for the VCA, and an interesting
bit of circuitry around the "Accent" control.
WWW: http://freshmeat.net/projects/nekobee/
PR: ports/108148
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 785ceb28af60..c0fa28caba73 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -425,6 +425,7 @@ SUBDIR += napster SUBDIR += nas SUBDIR += ncmpc + SUBDIR += nekobee SUBDIR += nogger SUBDIR += normalize SUBDIR += nosefart |