From: Alexandros Theodotou <alex@zrythm.org>
To: 39213@debbugs.gnu.org
Subject: [bug#39213] fogpad: reverb plugin
Date: Tue, 21 Jan 2020 05:41:51 +0000 [thread overview]
Message-ID: <5d2292f1a686c3b66444e6903850f534224f37ec.camel@zrythm.org> (raw)
In-Reply-To: <67417190ae2cacc9d103c89cc523b0c6f6fef17f.camel@zrythm.org>
[-- Attachment #1.1: Type: text/plain, Size: 97 bytes --]
This is another plugin by the same upstream. Should be merged after
regrader.
Thanks,
Alex
[-- Attachment #1.2: 0002-gnu-Add-fogpad.patch --]
[-- Type: text/x-patch, Size: 1723 bytes --]
From 423212a59053de99e87eb9e4a90e971f60c3230d Mon Sep 17 00:00:00 2001
From: Alexandros Theodotou <alex@zrythm.org>
Date: Tue, 21 Jan 2020 05:37:39 +0000
Subject: [PATCH 2/2] gnu: Add fogpad.
* gnu/packages/music.scm (fogpad): New variable.
---
gnu/packages/music.scm | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index 90774eafe7..f5dbbd65b2 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -5189,3 +5189,29 @@ This is an unofficial port of the Regrader plugin created by Igorski. It
is available as an LV2 plugin, a VST plugin and a standalone JACK
application.")
(license license:expat)))
+
+(define-public fogpad
+ (package
+ (inherit vl1-emulator)
+ (name "fogpad")
+ (version "1.0.0")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/linuxmao-org/fogpad")
+ (commit (string-append "v" version))
+ ;; bundles a specific commit of the DISTRHO plugin framework
+ (recursive? #t)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "1j1hbya2dsqpf22zkpi4kwz3dram9g1ndxzmgfwpmf3i4jd3csgb"))))
+ (home-page "https://github.com/linuxmao-org/fogpad")
+ (synopsis "Reverb effect plugin")
+ (description
+ "Fogpad is a reverb effect in which the reflections can be frozen,
+filtered, pitch shifted and ultimately disintegrated. This is an unofficial
+port of the Regrader plugin created by Igorski. It is available as an LV2
+plugin, a VST plugin and a standalone JACK application.")
+ (license license:expat)))
--
2.24.1
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
next prev parent reply other threads:[~2020-01-21 5:43 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-01-21 5:21 [bug#39213] [PATCH] gnu: Add regrader Alexandros Theodotou
2020-01-21 5:36 ` Alexandros Theodotou
2020-01-21 5:41 ` Alexandros Theodotou [this message]
2020-02-25 15:43 ` Alexandros Theodotou
2020-02-26 6:56 ` bug#39213: " Efraim Flashner
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=5d2292f1a686c3b66444e6903850f534224f37ec.camel@zrythm.org \
--to=alex@zrythm.org \
--cc=39213@debbugs.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.