summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/music.scm7
1 files changed, 4 insertions, 3 deletions
diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index 45263cad70e..ef6a31126d0 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -2026,16 +2026,17 @@ with a selectable pattern matrix size.")
2026 (package 2026 (package
2027 (inherit bsequencer) 2027 (inherit bsequencer)
2028 (name "bchoppr") 2028 (name "bchoppr")
2029 (version "1.12.0") 2029 (version "1.12.6")
2030 (source 2030 (source
2031 (origin 2031 (origin
2032 (method git-fetch) 2032 (method git-fetch)
2033 (uri (git-reference 2033 (uri (git-reference
2034 (url "https://github.com/sjaehn/BChoppr") 2034 (url "https://github.com/sjaehn/BChoppr")
2035 (commit version))) 2035 (commit version)
2036 (recursive? #t))) ;for BWidgets
2036 (file-name (git-file-name name version)) 2037 (file-name (git-file-name name version))
2037 (sha256 2038 (sha256
2038 (base32 "1jfp98qa0frmdybrg71fn8wxn1b3ginkbkcg9cz9y83j1m0jqrif")))) 2039 (base32 "010z75zn07ab907rbbg5srr5jmpqc8ww4rfz56asxfsn98nyi8px"))))
2039 (synopsis "Audio stream-chopping LV2 plugin") 2040 (synopsis "Audio stream-chopping LV2 plugin")
2040 (description "B.Choppr cuts the audio input stream into a repeated 2041 (description "B.Choppr cuts the audio input stream into a repeated
2041sequence of up to 16 chops. Each chop can be leveled up or down (gating). 2042sequence of up to 16 chops. Each chop can be leveled up or down (gating).