diff options
author | miwi <miwi@FreeBSD.org> | 2007-01-28 08:23:01 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-01-28 08:23:01 +0800 |
commit | 95270f4844b4bbecd1d86392b6e8a697bfc59116 (patch) | |
tree | 0327d9292ab5b6067d6bb2c4c4f306cb662b6730 /audio/Makefile | |
parent | 359a4deadf68c416f97ae03032c285b89d612281 (diff) | |
download | freebsd-ports-gnome-95270f4844b4bbecd1d86392b6e8a697bfc59116.tar.gz freebsd-ports-gnome-95270f4844b4bbecd1d86392b6e8a697bfc59116.tar.zst freebsd-ports-gnome-95270f4844b4bbecd1d86392b6e8a697bfc59116.zip |
The xsynth-dssi package contains the Xsynth-DSSI plugin, a
classic-analog (VCOs-VCF-VCA) style software synthesizer with an
editor GUI. Xsynth-DSSI was written by Sean Bolton, and was based
on Steve Brooke's Xsynth code, but has since aquired polyphonic
operation, band-limited oscillators, a better filter mode, and
velocity-sensitive envelopes.
WWW: http://dssi.sourceforge.net/download.html
PR: ports/108438
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 fa33612f18f9..a8b579ed45aa 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -719,6 +719,7 @@ SUBDIR += xmpeg3 SUBDIR += xmradio SUBDIR += xsidplay + SUBDIR += xsynth-dssi SUBDIR += xtuner SUBDIR += xvmixer SUBDIR += xwave |