emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#29743: closed ([PATCH] gnu: Add whysynth.)


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#29743: closed ([PATCH] gnu: Add whysynth.)
Date: Mon, 18 Dec 2017 11:30:02 +0000

Your message dated Mon, 18 Dec 2017 12:29:11 +0100
with message-id <address@hidden>
and subject line Re: [bug#29743] [PATCH] gnu: Add whysynth.
has caused the debbugs.gnu.org bug report #29743,
regarding [PATCH] gnu: Add whysynth.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
29743: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=29743
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] gnu: Add whysynth. Date: Sat, 16 Dec 2017 23:08:56 +0100
* 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 acbb2ee7b..ff48d0c59 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+)))
-- 
2.15.0





--- End Message ---
--- Begin Message --- Subject: Re: [bug#29743] [PATCH] gnu: Add whysynth. Date: Mon, 18 Dec 2017 12:29:11 +0100 User-agent: mu4e 1.0-alpha3; emacs 25.3.1
Ludovic Courtès <address@hidden> writes:

> Ricardo Wurmus <address@hidden> skribis:
>
>> * gnu/packages/music.scm (whysynth): New variable.
>
> LGTM!

Pushed to master.  Thanks!

-- 
Ricardo

GPG: BCA6 89B6 3655 3801 C3C6  2150 197A 5888 235F ACAC
https://elephly.net




--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]