# HG changeset patch # User Chris Cannam # Date 1235411417 0 # Node ID f68506fccb62a0d978bc6f64f4c8e7d87c275ffd # Parent 15ce557e1bf8ac53f32d1d92c2267f5c30f3a0af * Wire up MIDI input port (as far as printing a message when an event comes in, anyway) diff -r 15ce557e1bf8 -r f68506fccb62 main/MainWindow.cpp --- 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("
With RtMidi © Gary P. Scavone"); + #ifdef HAVE_LIBLO #ifdef LIBLO_VERSION aboutText += tr("
With liblo Lite OSC library v%1 © Steve Harris").arg(LIBLO_VERSION); @@ -3743,7 +3745,7 @@ #endif aboutText += - "

Sonic Visualiser Copyright © 2005 - 2008 Chris Cannam and " + "

Sonic Visualiser Copyright © 2005–2009 Chris Cannam and " "Queen Mary, University of London.

" "

This program is free software; you can redistribute it and/or " "modify it under the terms of the GNU General Public License as "