[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
20/22: gnu: Add fogpad.
From: |
guix-commits |
Subject: |
20/22: gnu: Add fogpad. |
Date: |
Sun, 29 Mar 2020 16:37:51 -0400 (EDT) |
mbakke pushed a commit to branch master
in repository guix.
commit 65f61dcca258515992f279b4a2a57f6e8e4a9b9b
Author: Alexandros Theodotou <address@hidden>
AuthorDate: Tue Feb 25 14:50:16 2020 +0000
gnu: Add fogpad.
* gnu/packages/music.scm (fogpad): New variable.
Signed-off-by: Marius Bakke <address@hidden>
---
gnu/packages/music.scm | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index 23fc67a..5f9060f 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -5357,3 +5357,29 @@ standalone JACK application.")
This is an unofficial port of the Regrader plugin created by Igorski. It
is available as an LV2 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 and a standalone JACK application.")
+ (license license:expat)))
- 22/22: gnu: font-jetbrains-mono: Update to 1.0.3., (continued)
- 22/22: gnu: font-jetbrains-mono: Update to 1.0.3., guix-commits, 2020/03/29
- 14/22: gnu: ghc-yesod-persistent: Update to 1.6.0.4., guix-commits, 2020/03/29
- 09/22: gnu: ghc-persistent: Update to 2.10.4., guix-commits, 2020/03/29
- 18/22: gnu: Add vl1-emulator., guix-commits, 2020/03/29
- 19/22: gnu: Add regrader., guix-commits, 2020/03/29
- 16/22: gnu: emacs-next: Add harfbuzz (text shaping engine) to inputs., guix-commits, 2020/03/29
- 15/22: gnu: ghc-esqueleto: Update to 3.3.1.1., guix-commits, 2020/03/29
- 06/22: gnu: Add ghc-nonce., guix-commits, 2020/03/29
- 05/22: gnu: Add ghc-basic-prelude., guix-commits, 2020/03/29
- 17/22: gnu: python-typing-extensions: Update to 3.7.4.1., guix-commits, 2020/03/29
- 20/22: gnu: Add fogpad.,
guix-commits <=
- 21/22: gnu: emacs-helm-org-contacts: Update to 20200319., guix-commits, 2020/03/29