mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: Add bshapr.
* gnu/packages/music.scm (bshapr): New variable. Signed-off-by: Marius Bakke <marius@gnu.org>
This commit is contained in:
parent
c82d5092f1
commit
0a62d25bb2
1 changed files with 20 additions and 0 deletions
|
@ -1250,6 +1250,26 @@ (define-public bchoppr
|
|||
(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")
|
||||
(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+)))
|
||||
|
||||
(define-public solfege
|
||||
(package
|
||||
(name "solfege")
|
||||
|
|
Loading…
Reference in a new issue