mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: Add non-timeline.
* gnu/packages/music.scm (non-timeline): New variable.
This commit is contained in:
parent
46bb58b864
commit
4511e0db23
1 changed files with 25 additions and 0 deletions
|
@ -812,6 +812,31 @@ (define-public non-mixer
|
||||||
studio.")
|
studio.")
|
||||||
(license license:gpl2+)))
|
(license license:gpl2+)))
|
||||||
|
|
||||||
|
(define-public non-timeline
|
||||||
|
(package (inherit non-sequencer)
|
||||||
|
(name "non-timeline")
|
||||||
|
(arguments
|
||||||
|
(substitute-keyword-arguments (package-arguments non-sequencer)
|
||||||
|
((#:configure-flags flags)
|
||||||
|
`(cons "--project=timeline"
|
||||||
|
(delete "--project=sequencer" ,flags)))))
|
||||||
|
(inputs
|
||||||
|
`(("jack" ,jack-1)
|
||||||
|
("liblo" ,liblo)
|
||||||
|
("libsndfile" ,libsndfile)
|
||||||
|
("ntk" ,ntk)))
|
||||||
|
(native-inputs
|
||||||
|
`(("pkg-config" ,pkg-config)))
|
||||||
|
(home-page "http://non.tuxfamily.org/wiki/Non%20Timeline")
|
||||||
|
(synopsis "Modular digital audio timeline arranger")
|
||||||
|
(description
|
||||||
|
"The Non Timeline is a powerful, reliable and fast modular digital audio
|
||||||
|
timeline arranger. It utilizes JACK for inter-application audio I/O and the
|
||||||
|
NTK GUI toolkit for a fast and lightweight user interface. Non Timeline can
|
||||||
|
be used alone or in concert with Non Mixer and Non Sequencer to form a
|
||||||
|
complete studio.")
|
||||||
|
(license license:gpl2+)))
|
||||||
|
|
||||||
(define-public solfege
|
(define-public solfege
|
||||||
(package
|
(package
|
||||||
(name "solfege")
|
(name "solfege")
|
||||||
|
|
Loading…
Reference in a new issue