diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-01-24 20:41:29 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-01-24 20:41:29 +0000 |
commit | 90f944c62f9935ee0a39d05804d143d61adcacc1 (patch) | |
tree | 642aa9594a9f1b4bb3cd8366b567bc24991756ea /audio/Makefile | |
parent | Ghostess is a a graphical DSSI host, based on jack-dssi-host, but (diff) |
WhySynth is a versatile softsynth which operates as a plugin for the
Disposable Soft Synth Interface (DSSI). A brief list of features:
- 4 oscillators, 2 filters, 3 LFOs, and 5 envelope generators per
voice.
- 7 oscillator modes: minBLEP, wavecycle, asynchronous granular, FM,
waveshaper, noise, and PADsynth.
- 5 filter modes.
- flexible modulation and mixdown options.
WWW: http://home.jps.net/~musound/whysynth.html
PR: ports/108145
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 954414aab47c..7aa99048e46f 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -630,6 +630,7 @@ SUBDIR += waveplay SUBDIR += wavpack SUBDIR += wavplay + SUBDIR += whysynth SUBDIR += wmalbum SUBDIR += wmcdplay SUBDIR += wmfmixer |