changeset 300:f68506fccb62

* Wire up MIDI input port (as far as printing a message when an event comes in, anyway)
author Chris Cannam
date Mon, 23 Feb 2009 17:50:17 +0000
parents 15ce557e1bf8
children 4ba091beade5
files main/MainWindow.cpp
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/main/MainWindow.cpp	Fri Feb 06 15:06:23 2009 +0000
+++ b/main/MainWindow.cpp	Mon Feb 23 17:50:17 2009 +0000
@@ -3724,6 +3724,8 @@
 #endif // REDLAND_VERSION
 #endif // HAVE_REDLAND
 
+    aboutText += tr("<br>With RtMidi &copy; Gary P. Scavone");
+
 #ifdef HAVE_LIBLO
 #ifdef LIBLO_VERSION
     aboutText += tr("<br>With liblo Lite OSC library v%1 &copy; Steve Harris").arg(LIBLO_VERSION);
@@ -3743,7 +3745,7 @@
 #endif
 
     aboutText += 
-        "<p><small>Sonic Visualiser Copyright &copy; 2005 - 2008 Chris Cannam and "
+        "<p><small>Sonic Visualiser Copyright &copy; 2005&ndash;2009 Chris Cannam and "
         "Queen Mary, University of London.</small></p>"
         "<p><small>This program is free software; you can redistribute it and/or "
         "modify it under the terms of the GNU General Public License as "