unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Ricardo Wurmus <rekado@elephly.net>
To: guix-devel@gnu.org
Subject: [PATCH 12/13] gnu: Add gx-slow-gear-lv2.
Date: Wed, 12 Oct 2016 20:12:48 +0200	[thread overview]
Message-ID: <20161012181249.26326-13-rekado@elephly.net> (raw)
In-Reply-To: <20161012181249.26326-1-rekado@elephly.net>

* gnu/packages/music.scm (gx-slow-gear-lv2): New variable.
---
 gnu/packages/music.scm | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index 90c29aa..7209ed7 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -2211,3 +2211,23 @@ adjusts the amount of harmonics."))))
       (synopsis "Fuzz effect simulation of the vintage Fuzz Master")
       (description "This package provides the LV2 plugin
 \"GxVintageFuzzMaster\", a simulation of the vintage Fuzz Master pedal."))))
+
+(define-public gx-slow-gear-lv2
+  (let ((commit "1071c2b2936ebad859242cb578af2f3415f8900f")
+        (revision "1"))
+    (package (inherit gx-guvnor-lv2)
+      (name "gx-slow-gear-lv2")
+      (version (string-append "0-" revision "." (string-take commit 9)))
+      (source (origin
+                (method git-fetch)
+                (uri (git-reference
+                      (url "https://github.com/brummer10/GxSlowGear.lv2")
+                      (commit commit)))
+                (sha256
+                 (base32
+                  "0c6099h5qkv7ilsvxxcrzwy1h6lkld1srh3fvbjxyw9q34kbqsyl"))
+                (file-name (string-append name "-" version "-checkout"))))
+      (home-page "https://github.com/brummer10/GxSlowGear.lv2")
+      (synopsis "Slow gear audio effect")
+      (description "This package provides the LV2 plugin \"GxSlowGear\", a
+slow gear audio effect to produce volume swells."))))
-- 
2.10.0

  parent reply	other threads:[~2016-10-12 18:14 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-10-12 18:12 [PATCH 00/13] Add a bunch of LV2 audio effects! Ricardo Wurmus
2016-10-12 18:12 ` [PATCH 01/13] gnu: Add gx-guvnor-lv2 Ricardo Wurmus
2016-10-12 18:12 ` [PATCH 02/13] gnu: Add gx-vbass-preamp-lv2 Ricardo Wurmus
2016-10-12 18:12 ` [PATCH 03/13] gnu: Add gx-overdriver-lv2 Ricardo Wurmus
2016-10-12 18:12 ` [PATCH 04/13] gnu: Add gx-tone-mender-lv2 Ricardo Wurmus
2016-10-12 18:12 ` [PATCH 05/13] gnu: Add gx-push-pull-lv2 Ricardo Wurmus
2016-10-12 18:12 ` [PATCH 06/13] gnu: Add gx-suppa-tone-bender-lv2 Ricardo Wurmus
2016-10-12 18:12 ` [PATCH 07/13] gnu: Add gx-saturator-lv2 Ricardo Wurmus
2016-10-12 18:12 ` [PATCH 08/13] gnu: Add gx-hyperion-lv2 Ricardo Wurmus
2016-10-12 18:12 ` [PATCH 09/13] gnu: Add gx-voodoo-fuzz-lv2 Ricardo Wurmus
2016-10-12 18:12 ` [PATCH 10/13] gnu: Add gx-super-fuzz-lv2 Ricardo Wurmus
2016-10-12 18:12 ` [PATCH 11/13] gnu: Add gx-vintage-fuzz-master-lv2 Ricardo Wurmus
2016-10-12 18:12 ` Ricardo Wurmus [this message]
2016-10-12 18:12 ` [PATCH 13/13] gnu: Add gx-switchless-wah-lv2 Ricardo Wurmus
2016-10-12 20:39 ` [PATCH 00/13] Add a bunch of LV2 audio effects! Kei Kebreau
2016-10-12 21:40   ` Ricardo Wurmus
2016-10-13 21:18     ` Ricardo Wurmus
2016-10-14  7:56 ` Andreas Enge
2016-10-14 10:44   ` Ricardo Wurmus
2016-10-14 21:56   ` 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

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20161012181249.26326-13-rekado@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 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).