comparison main/MainWindow.cpp @ 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 75c32cc2814a
children 2fe08e403a9b
comparison
equal deleted inserted replaced
299:15ce557e1bf8 300:f68506fccb62
3722 #else // !REDLAND_VERSION 3722 #else // !REDLAND_VERSION
3723 aboutText += tr("<br>With Redland RDF datastore &copy; Dave Beckett and the University of Bristol"); 3723 aboutText += tr("<br>With Redland RDF datastore &copy; Dave Beckett and the University of Bristol");
3724 #endif // REDLAND_VERSION 3724 #endif // REDLAND_VERSION
3725 #endif // HAVE_REDLAND 3725 #endif // HAVE_REDLAND
3726 3726
3727 aboutText += tr("<br>With RtMidi &copy; Gary P. Scavone");
3728
3727 #ifdef HAVE_LIBLO 3729 #ifdef HAVE_LIBLO
3728 #ifdef LIBLO_VERSION 3730 #ifdef LIBLO_VERSION
3729 aboutText += tr("<br>With liblo Lite OSC library v%1 &copy; Steve Harris").arg(LIBLO_VERSION); 3731 aboutText += tr("<br>With liblo Lite OSC library v%1 &copy; Steve Harris").arg(LIBLO_VERSION);
3730 #else // !LIBLO_VERSION 3732 #else // !LIBLO_VERSION
3731 aboutText += tr("<br>With liblo Lite OSC library &copy; Steve Harris").arg(LIBLO_VERSION); 3733 aboutText += tr("<br>With liblo Lite OSC library &copy; Steve Harris").arg(LIBLO_VERSION);
3741 #ifndef BUILD_STATIC 3743 #ifndef BUILD_STATIC
3742 aboutText.replace(tr("With "), tr("Using ")); 3744 aboutText.replace(tr("With "), tr("Using "));
3743 #endif 3745 #endif
3744 3746
3745 aboutText += 3747 aboutText +=
3746 "<p><small>Sonic Visualiser Copyright &copy; 2005 - 2008 Chris Cannam and " 3748 "<p><small>Sonic Visualiser Copyright &copy; 2005&ndash;2009 Chris Cannam and "
3747 "Queen Mary, University of London.</small></p>" 3749 "Queen Mary, University of London.</small></p>"
3748 "<p><small>This program is free software; you can redistribute it and/or " 3750 "<p><small>This program is free software; you can redistribute it and/or "
3749 "modify it under the terms of the GNU General Public License as " 3751 "modify it under the terms of the GNU General Public License as "
3750 "published by the Free Software Foundation; either version 2 of the " 3752 "published by the Free Software Foundation; either version 2 of the "
3751 "License, or (at your option) any later version.<br>See the file " 3753 "License, or (at your option) any later version.<br>See the file "