unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#29743] [PATCH] gnu: Add whysynth.
@ 2017-12-16 22:08 Ricardo Wurmus
  2017-12-18  9:59 ` Ludovic Courtès
  0 siblings, 1 reply; 3+ messages in thread
From: Ricardo Wurmus @ 2017-12-16 22:08 UTC (permalink / raw)
  To: 29743; +Cc: Ricardo Wurmus

* 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:
+
+@enumerate
+@item 4 oscillators, 2 filters, 3 LFOs, and 5 envelope generators per voice.
+@item 11 oscillator modes: minBLEP, wavecycle, chorused wavecycle,
+  asynchronous granular, three FM modes, waveshaper, noise, PADsynth, and phase
+  distortion.
+@item 10 filter modes.
+@item flexible modulation and mixdown options, plus effects.
+@end enumerate
+")
+    (license license:gpl2+)))
-- 
2.15.0

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [bug#29743] [PATCH] gnu: Add whysynth.
  2017-12-16 22:08 [bug#29743] [PATCH] gnu: Add whysynth Ricardo Wurmus
@ 2017-12-18  9:59 ` Ludovic Courtès
  2017-12-18 11:29   ` bug#29743: " Ricardo Wurmus
  0 siblings, 1 reply; 3+ messages in thread
From: Ludovic Courtès @ 2017-12-18  9:59 UTC (permalink / raw)
  To: Ricardo Wurmus; +Cc: 29743

Ricardo Wurmus <rekado@elephly.net> skribis:

> * gnu/packages/music.scm (whysynth): New variable.

LGTM!

^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#29743: [PATCH] gnu: Add whysynth.
  2017-12-18  9:59 ` Ludovic Courtès
@ 2017-12-18 11:29   ` Ricardo Wurmus
  0 siblings, 0 replies; 3+ messages in thread
From: Ricardo Wurmus @ 2017-12-18 11:29 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: 29743-done


Ludovic Courtès <ludo@gnu.org> writes:

> Ricardo Wurmus <rekado@elephly.net> 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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-12-18 11:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-12-16 22:08 [bug#29743] [PATCH] gnu: Add whysynth Ricardo Wurmus
2017-12-18  9:59 ` Ludovic Courtès
2017-12-18 11:29   ` bug#29743: " Ricardo Wurmus

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).