Hi,
These patches add 3 new LV2 plugins by the same author as bsequencer:bchopprbshaprbjumblr
Thanks,Alex
From 31fd828bc4a5bdec19770671ec55c5e2ec36af90 Mon Sep 17 00:00:00 2001
* gnu/packages/music.scm (bjumblr): new variable.--- gnu/packages/music.scm | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+)
Toggle diff (35 lines)
diff --git a/gnu/packages/music.scm b/gnu/packages/music.scmindex d3936de348..1d570bc79a 100644--- a/gnu/packages/music.scm+++ b/gnu/packages/music.scm@@ -5464,3 +5464,28 @@ B.Choppr is the successor of B.Slizr.") (description "B.Shapr is a beat/envelope shaper LV2 plugin") (home-page "https://github.com/sjaehn/BShapr") (license license:gpl3+)))++(define-public bjumblr+ (package+ (inherit bsequencer)+ (name "bjumblr")+ (version "0.2")+ (source+ (origin+ (method git-fetch)+ (uri (git-reference+ (url "https://github.com/sjaehn/BJumblr.git")+ (commit (string-append "v" version))))+ (file-name (git-file-name name version))+ (sha256+ (base32+ "14z8113zkwykbhm1a8h2xs972dgifvlfij92b08jckyc7cbz84ys"))))+ (inputs+ `(("cairo", cairo)+ ("libsndfile", libsndfile)+ ("lv2", lv2)))+ (synopsis "Pattern-controlled audio stream/sample re-sequencer LV2 plugin")+ (description "B.Jumblr is a pattern-controlled audio stream / sample+re-sequencer LV2 plugin.")+ (home-page "https://github.com/sjaehn/BJumblr")+ (license license:gpl3+)))-- 2.26.0From 46def2c5a6bb112375640e836ba426928d5e6a99 Mon Sep 17 00:00:00 2001
* gnu/packages/music.scm (bshapr): new variable.--- gnu/packages/music.scm | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+)
Toggle diff (30 lines)
diff --git a/gnu/packages/music.scm b/gnu/packages/music.scmindex fb8c0445bb..d3936de348 100644--- a/gnu/packages/music.scm+++ b/gnu/packages/music.scm@@ -5444,3 +5444,23 @@ 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 bshapr+ (package+ (inherit bsequencer)+ (name "bshapr")+ (version "0.8")+ (source+ (origin+ (method git-fetch)+ (uri (git-reference+ (url "https://github.com/sjaehn/BShapr.git")+ (commit (string-append "v" version))))+ (file-name (git-file-name name version))+ (sha256+ (base32+ "0jlq5rjicc4fxlpk869dg0l5bwwz8k9aj2wfk9v89b0qw8l8kaxl"))))+ (synopsis "Beat/envelope shaper LV2 plugin")+ (description "B.Shapr is a beat/envelope shaper LV2 plugin")+ (home-page "https://github.com/sjaehn/BShapr")+ (license license:gpl3+)))-- 2.26.0From cb765aeba81d505a103203d6bfdf917fdf0b5bab Mon Sep 17 00:00:00 2001
* gnu/packages/music.scm (bchoppr): new variable.--- gnu/packages/music.scm | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+)
Toggle diff (32 lines)
diff --git a/gnu/packages/music.scm b/gnu/packages/music.scmindex 5257d9463a..fb8c0445bb 100644--- a/gnu/packages/music.scm+++ b/gnu/packages/music.scm@@ -5422,3 +5422,25 @@ plugin and a standalone JACK application.") offers an LV2 version ported by moddevices.") (home-page "http://tap-plugins.sourceforge.net/") (license license:gpl2))))++(define-public bchoppr+ (package+ (inherit bsequencer)+ (name "bchoppr")+ (version "1.4.0")+ (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+ "1qq1bg1p4qawhwdag0j8hvf6kdsxkyn8gdjd9pbx00p1i314mp6r"))))+ (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+)))-- 2.26.0-----BEGIN PGP SIGNATURE-----
iQEzBAABCAAdFiEESBMjhK0999huJUuDAi6uQjE9cPMFAl6QaL8ACgkQAi6uQjE9cPPQ3gf6ArAEUg7/S/hh8Rvan7JhTM2Kpyx96dmP/qhldlvUvbni2OBIga00GYzUsIefqq7IJHvZVBsuG+hxuMKfoRv25RFTreT11AnJsB70BbRCUbayU5U9v8mDlGTtEvMiRtLpOsaC65dwvgYrPRPWfs0SGBzEs+azV2ijAvKcCOVpsTJFlaxcvG/kdOPkI/Ler5SgYtjZwJITKcscEISRykWxIb+qjdJPYzwUjNSw4cvBQF9YGTFdy9LThvKDiAKqPF9HMSGzXXF+DqUv3cBZQIMM6MotT/bQvuuA+gFthPDif5MaiSgHaFz7KtZLCikRa7KDQGBAavabRmqJyvsZ4v48jQ===CuqF-----END PGP SIGNATURE-----