GNU bug report logs -
#29342
[PATCH] gnu: Add qmidiroute.
Previous Next
Reported by: Ricardo Wurmus <rekado <at> elephly.net>
Date: Fri, 17 Nov 2017 19:34:02 UTC
Severity: normal
Tags: patch
Done: Ricardo Wurmus <rekado <at> elephly.net>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#29342: [PATCH] gnu: Add qmidiroute.
which was filed against the guix-patches package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 29342 <at> debbugs.gnu.org.
--
29342: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=29342
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
Pushed to master.
[Message part 3 (message/rfc822, inline)]
* gnu/packages/music.scm (qmidiroute): New variable.
---
gnu/packages/music.scm | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)
diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index 04a1c934a..b83652657 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -2925,6 +2925,36 @@ sequencer and LFO. It can hold any number of arpeggiator, sequencer, or LFO
modules running in parallel.")
(license license:gpl2+)))
+(define-public qmidiroute
+ (package
+ (name "qmidiroute")
+ (version "0.4.0")
+ (source (origin
+ (method url-fetch)
+ (uri (string-append "mirror://sourceforge/alsamodular/QMidiRoute/"
+ version "/qmidiroute-" version ".tar.bz2"))
+ (sha256
+ (base32
+ "19v1ppbglgl3z9v7xdqc0k33w71cqq8a7d6ihvfs7iz77dygrih9"))))
+ (build-system gnu-build-system)
+ (arguments
+ `(#:configure-flags
+ (list "--enable-qt5"
+ "CXXFLAGS=-std=gnu++11")))
+ (inputs
+ `(("qtbase" ,qtbase)
+ ("alsa-lib" ,alsa-lib)))
+ (native-inputs
+ `(("pkg-config" ,pkg-config)
+ ("qttools" ,qttools)))
+ (home-page "http://alsamodular.sourceforge.net/")
+ (synopsis "MIDI event router and filter")
+ (description "QMidiRoute is a MIDI event router and filter. MIDI note,
+control change, program change and pitch bend events are logged, and can be
+filtered, redirected and transformed into other events according to MIDI maps
+defined as tabs in the main control surface.")
+ (license license:gpl2+)))
+
(define-public seq24
(package
(name "seq24")
--
2.15.0
This bug report was last modified 7 years and 189 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.