guix-commits
[Top][All Lists]
Advanced

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

12/14: gnu: Add gx-slow-gear-lv2.


From: Ricardo Wurmus
Subject: 12/14: gnu: Add gx-slow-gear-lv2.
Date: Thu, 13 Oct 2016 20:51:21 +0000 (UTC)

rekado pushed a commit to branch master
in repository guix.

commit 631f8175866d181b1563ebf9e92e7c92a81cefab
Author: Ricardo Wurmus <address@hidden>
Date:   Wed Oct 12 20:08:05 2016 +0200

    gnu: Add gx-slow-gear-lv2.
    
    * 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."))))



reply via email to

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