[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/16: gnu: Add whysynth.
From: |
Ricardo Wurmus |
Subject: |
02/16: gnu: Add whysynth. |
Date: |
Mon, 18 Dec 2017 06:02:17 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit 92b36e3aa55dea89789c57ee5591060dc9025737
Author: Ricardo Wurmus <address@hidden>
Date: Sat Dec 16 23:08:15 2017 +0100
gnu: Add whysynth.
* gnu/packages/music.scm (whysynth): New variable.
---
gnu/packages/music.scm | 37 +++++++++++++++++++++++++++++++++++++
1 file changed, 37 insertions(+)
diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index acbb2ee..ff48d0c 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -3649,3 +3649,40 @@ soundfonts, using embedded samples instead.")
;; Sonivox is released under the ASL2.0; the rest of the code is under
;; GPLv2+.
(license (list license:gpl2+ license:asl2.0))))
+
+(define-public whysynth
+ (package
+ (name "whysynth")
+ (version "20170701")
+ (source (origin
+ (method url-fetch)
+ (uri (string-append "http://smbolton.com/whysynth/whysynth-"
+ version ".tar.bz2"))
+ (sha256
+ (base32
+ "02qbn0hbvn1iym4zxv35b201blg31yjpgh71h8db0j5zls2xc0m6"))))
+ (build-system gnu-build-system)
+ (inputs
+ `(("dssi" ,dssi)
+ ("liblo" ,liblo)
+ ("fftwf" ,fftwf)
+ ("gtk+" ,gtk+-2)
+ ("ladspa" ,ladspa)
+ ("alsa-lib" ,alsa-lib)))
+ (native-inputs
+ `(("pkg-config" ,pkg-config)))
+ (home-page "http://smbolton.com/whysynth.html")
+ (synopsis "DSSI software synthesizer")
+ (description "WhySynth is a versatile softsynth which operates as a plugin
+for the DSSI Soft Synth Interface. A brief list of features:
+
address@hidden
address@hidden 4 oscillators, 2 filters, 3 LFOs, and 5 envelope generators per
voice.
address@hidden 11 oscillator modes: minBLEP, wavecycle, chorused wavecycle,
+ asynchronous granular, three FM modes, waveshaper, noise, PADsynth, and phase
+ distortion.
address@hidden 10 filter modes.
address@hidden flexible modulation and mixdown options, plus effects.
address@hidden enumerate
+")
+ (license license:gpl2+)))
- branch master updated (5a5d1a7 -> f1a2b1c), Ricardo Wurmus, 2017/12/18
- 03/16: gnu: Add qjackrcd., Ricardo Wurmus, 2017/12/18
- 10/16: gnu: Add r-dtw., Ricardo Wurmus, 2017/12/18
- 11/16: gnu: Add r-sdmtools., Ricardo Wurmus, 2017/12/18
- 02/16: gnu: Add whysynth.,
Ricardo Wurmus <=
- 09/16: gnu: Add r-ica., Ricardo Wurmus, 2017/12/18
- 05/16: gnu: Add aj-snapshot., Ricardo Wurmus, 2017/12/18
- 15/16: gnu: Add r-diffusionmap., Ricardo Wurmus, 2017/12/18
- 08/16: gnu: r-seurat: Fix ModularityOptimizer.jar., Ricardo Wurmus, 2017/12/18
- 01/16: gnu: Add sonivox-eas., Ricardo Wurmus, 2017/12/18
- 04/16: gnu: Add jack-capture., Ricardo Wurmus, 2017/12/18
- 13/16: gnu: Add r-ggridges., Ricardo Wurmus, 2017/12/18
- 12/16: gnu: Add r-scatterplot3d., Ricardo Wurmus, 2017/12/18
- 06/16: gnu: Add noise-repellent., Ricardo Wurmus, 2017/12/18
- 07/16: gnu: qmidiarp: Update to 0.6.5., Ricardo Wurmus, 2017/12/18