From: Ricardo Wurmus <rekado@elephly.net>
To: guix-devel <guix-devel@gnu.org>
Subject: [PATCH] Add synthv1
Date: Thu, 28 Apr 2016 07:10:19 +0200 [thread overview]
Message-ID: <87lh3yxqsn.fsf@elephly.net> (raw)
[-- Attachment #1: Type: text/plain, Size: 75 bytes --]
This 4-oscillator synthesizer has a very simple and clean user
interface.
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-Add-synthv1.patch --]
[-- Type: text/x-patch, Size: 1599 bytes --]
From b51dae381a974f10c9c51facd5732aaa6846d931 Mon Sep 17 00:00:00 2001
From: Ricardo Wurmus <rekado@elephly.net>
Date: Wed, 27 Apr 2016 22:49:22 +0200
Subject: [PATCH] gnu: Add synthv1.
* gnu/packages/music.scm (synthv1): New variable.
---
gnu/packages/music.scm | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index 42e85dc..185b48b 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -689,6 +689,34 @@ your own lessons.")
Editor. It is compatible with Power Tab Editor 1.7 and Guitar Pro.")
(license license:gpl3+)))
+(define-public synthv1
+ (package
+ (name "synthv1")
+ (version "0.7.4")
+ (source (origin
+ (method url-fetch)
+ (uri
+ (string-append "mirror://sourceforge/synthv1/synthv1-"
+ version ".tar.gz"))
+ (sha256
+ (base32
+ "16n0v4jk0ilirq84rrildvdwqxgxav78rk58ilhl622v5n893c7w"))))
+ (build-system gnu-build-system)
+ ;; There are no tests.
+ (arguments `(#:tests? #f))
+ (inputs
+ `(("jack" ,jack-1)
+ ("lv2" ,lv2)
+ ("alsa-lib" ,alsa-lib)
+ ("liblo" ,liblo)
+ ("qt" ,qt)))
+ (home-page "http://synthv1.sourceforge.net")
+ (synopsis "Polyphonic subtractive synthesizer")
+ (description
+ "Synthv1 is an old-school subtractive polyphonic synthesizer with four
+oscillators and stereo effects.")
+ (license license:gpl2+)))
+
(define-public setbfree
(package
(name "setbfree")
--
2.7.3
next reply other threads:[~2016-04-28 5:10 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-04-28 5:10 Ricardo Wurmus [this message]
2016-05-01 13:08 ` [PATCH] Add synthv1 Ludovic Courtès
2016-05-01 15:14 ` Ricardo Wurmus
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87lh3yxqsn.fsf@elephly.net \
--to=rekado@elephly.net \
--cc=guix-devel@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.