all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Ricardo Wurmus <rekado@elephly.net>
To: guix-devel@gnu.org
Subject: [PATCH 10/13] gnu: Add gx-super-fuzz-lv2.
Date: Wed, 12 Oct 2016 20:12:46 +0200	[thread overview]
Message-ID: <20161012181249.26326-11-rekado@elephly.net> (raw)
In-Reply-To: <20161012181249.26326-1-rekado@elephly.net>

* gnu/packages/music.scm (gx-super-fuzz-lv2): New variable.
---
 gnu/packages/music.scm | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index 12d60b5..4f8d14a 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -2169,3 +2169,25 @@ simulation of the Hyperion Fuzz pedal."))))
 simulation modelled after the Voodoo Lab SuperFuzz pedal.  It's basically a
 Bosstone circuit, followed by the tone control of the FoxToneMachine in
 parallel with a DarkBooster, followed by a volume control."))))
+
+(define-public gx-super-fuzz-lv2
+  (let ((commit "9800354caeb4082a64ca55b2daa9a9a1f79b8c21")
+        (revision "1"))
+    (package (inherit gx-guvnor-lv2)
+      (name "gx-super-fuzz-lv2")
+      (version (string-append "0-" revision "." (string-take commit 9)))
+      (source (origin
+                (method git-fetch)
+                (uri (git-reference
+                      (url "https://github.com/brummer10/GxSuperFuzz.lv2")
+                      (commit commit)))
+                (sha256
+                 (base32
+                  "1jclp53p01h94cpx17wm4765r7klbr41g7bvq87l53qwlrgkc7a9"))
+                (file-name (string-append name "-" version "-checkout"))))
+      (home-page "https://github.com/brummer10/GxSuperFuzz.lv2")
+      (synopsis "Fuzz effect modelled after the UniVox SuperFuzz")
+      (description "This package provides the LV2 plugin \"GxVoodooFuzz\", an
+analog simulation of the UniVox SuperFuzz pedal.  In this simulation the trim
+pot, which is usualy in the housing, is exposed as a control parameter.  It
+adjusts the amount of harmonics."))))
-- 
2.10.0

  parent reply	other threads:[~2016-10-12 18:13 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 ` Ricardo Wurmus [this message]
2016-10-12 18:12 ` [PATCH 11/13] gnu: Add gx-vintage-fuzz-master-lv2 Ricardo Wurmus
2016-10-12 18:12 ` [PATCH 12/13] gnu: Add gx-slow-gear-lv2 Ricardo Wurmus
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

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

  git send-email \
    --in-reply-to=20161012181249.26326-11-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 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.