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 11/13] gnu: Add gx-vintage-fuzz-master-lv2.
Date: Wed, 12 Oct 2016 20:12:47 +0200	[thread overview]
Message-ID: <20161012181249.26326-12-rekado@elephly.net> (raw)
In-Reply-To: <20161012181249.26326-1-rekado@elephly.net>

* gnu/packages/music.scm (gx-vintage-fuzz-master-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 4f8d14a..90c29aa 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -2191,3 +2191,23 @@ parallel with a DarkBooster, followed by a volume control."))))
 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."))))
+
+(define-public gx-vintage-fuzz-master-lv2
+  (let ((commit "c3ab9a3019a8381a398718b98615940b4a225b9e")
+        (revision "1"))
+    (package (inherit gx-guvnor-lv2)
+      (name "gx-vintage-fuzz-master-lv2")
+      (version (string-append "0-" revision "." (string-take commit 9)))
+      (source (origin
+                (method git-fetch)
+                (uri (git-reference
+                      (url "https://github.com/brummer10/GxVintageFuzzMaster.lv2")
+                      (commit commit)))
+                (sha256
+                 (base32
+                  "0s1ghysggx6psalyhcpgjnmf38vama6jcqgbldqmxii5c2w2ybsc"))
+                (file-name (string-append name "-" version "-checkout"))))
+      (home-page "https://github.com/brummer10/GxVintageFuzzMaster.lv2")
+      (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."))))
-- 
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 ` [PATCH 10/13] gnu: Add gx-super-fuzz-lv2 Ricardo Wurmus
2016-10-12 18:12 ` Ricardo Wurmus [this message]
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-12-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.