guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: Add bchoppr.


From: guix-commits
Subject: branch master updated: gnu: Add bchoppr.
Date: Sun, 03 May 2020 06:18:07 -0400

This is an automated email from the git hooks/post-receive script.

cbaines pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new d5aee50  gnu: Add bchoppr.
d5aee50 is described below

commit d5aee5003422c1cc4f3adfe016a24cc1b9c35881
Author: Alexandros Theodotou <address@hidden>
AuthorDate: Fri Apr 10 13:34:17 2020 +0100

    gnu: Add bchoppr.
    
    * gnu/packages/music.scm (bchoppr): New variable.
    
    Signed-off-by: Christopher Baines <address@hidden>
---
 gnu/packages/music.scm | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index 1e56154..b653b96 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -1162,6 +1162,28 @@ complete studio.")
 with a selectable pattern matrix size.")
     (license license:gpl3+)))
 
+(define-public bchoppr
+  (package
+    (inherit bsequencer)
+    (name "bchoppr")
+    (version "1.4.2")
+    (source
+      (origin
+        (method git-fetch)
+        (uri (git-reference
+               (url "https://github.com/sjaehn/BChoppr.git";)
+               (commit version)))
+        (file-name (git-file-name name version))
+        (sha256
+          (base32
+            "1ympx0kyn3mkb23xgd44rlrf4qnngnlkmikz9syhayklgax7ijgm"))))
+    (synopsis "Audio stream-chopping LV2 plugin")
+    (description "B.Choppr cuts the audio input stream into a repeated
+sequence of up to 16 chops.  Each chop can be leveled up or down (gating).
+B.Choppr is the successor of B.Slizr.")
+    (home-page "https://github.com/sjaehn/BChoppr";)
+    (license license:gpl3+)))
+
 (define-public solfege
   (package
     (name "solfege")



reply via email to

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