Hi,
This patch adds spectacle analyzer, an LV2 graphical spectrum analyzer(audio plugin).
Thanks,Alex
From 8fa72560cb851d63eff6c8c77a1bc05bd4f5c820 Mon Sep 17 00:00:00 2001
* gnu/packages/music.scm (spectacle-analyzer): new variable.--- gnu/packages/music.scm | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+)
Toggle diff (54 lines)
diff --git a/gnu/packages/music.scm b/gnu/packages/music.scmindex 9cfda8e88c..4edb4dccf3 100644--- a/gnu/packages/music.scm+++ b/gnu/packages/music.scm@@ -4935,6 +4935,47 @@ and debugging of event signal flows inside plugin graphs.") (home-page "https://open-music-kontrollers.ch/lv2/sherlock/") (license license:artistic2.0))) +(define-public spectacle-analyzer+ (package+ (name "spectacle-analyzer")+ (version "1.0")+ (source+ (origin+ (method git-fetch)+ (uri (git-reference+ (url "https://github.com/jpcima/spectacle.git")+ (commit (string-append "v" version))+ ;; Bundles a specific commit of the DISTRHO plugin framework.+ (recursive? #t)))+ (file-name (git-file-name name version))+ (sha256+ (base32+ "0xiqa6z8g68lcvnwhws4j7c4py35r9d20cirrili7ycyp3a6149a"))))+ (build-system gnu-build-system)+ (arguments+ `(#:tests? #f ; no check target+ #:make-flags+ (list "CC=gcc"+ (string-append "PREFIX=" (assoc-ref %outputs "out")))+ #:phases+ (modify-phases %standard-phases+ (delete 'configure))))+ (native-inputs+ `(("pkg-config" ,pkg-config)+ ("xxd" ,xxd)))+ (inputs+ `(("cairo", cairo)+ ("fftw", fftw)+ ("fftwf", fftwf)+ ("jack", jack-1)+ ("lv2", lv2)+ ("mesa", mesa)))+ (synopsis "Realtime graphical spectrum analyzer")+ (description "Spectacle is a real-time spectral analyzer using the+short-time Fourier transform, available as LV2 audio plugin and JACK client.")+ (home-page "https://github.com/jpcima/spectacle")+ (license license:isc)))+ (define-public x42-plugins (package (name "x42-plugins")-- 2.26.2-----BEGIN PGP SIGNATURE-----
iQEzBAABCAAdFiEESBMjhK0999huJUuDAi6uQjE9cPMFAl7Nt9IACgkQAi6uQjE9cPPNAAgAtLaBSXOiXKkYPc0lVWCU+SDkF1WY8YVe3GKSDMCRz4ix5R4WSqTVJc+QBA1j4kZvuFp2YlgllvsiwmojDuUY+rCS/M0EHT+FVeqQEUdwXw/SIbTpRWO394o8Z6IbZYwli1+2P8RwJrmZUgNDNzugaR6WP0F6EhAHrqxJLKrWPc3EPKSIdF8Sx/1sV0AQmUkPANcdXJIo3sfaFeMzv3c+06zFPQStNC2yzHMABqDZigypFURzQiTvaLxFUbOCJTqztfkgfS1iHOVUK0FcHCIVXojFcAv8Uh2kKFE++fQQnSyeBxJpI/mDKJ7ImqpV4nqXv4yghUfjcjh8Qej7RpU7xQ===j4MS-----END PGP SIGNATURE-----