changeset 512:0ab091a4538f

Merge from branch "2.0-integration"
author Chris Cannam
date Mon, 19 Oct 2015 14:18:15 +0100
parents a3d73feeb850 (diff) 0409d903e756 (current diff)
children ed2f94706130
files
diffstat 1 files changed, 1 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/src/MainWindow.cpp	Mon Oct 19 14:17:55 2015 +0100
+++ b/src/MainWindow.cpp	Mon Oct 19 14:18:15 2015 +0100
@@ -1430,10 +1430,6 @@
     emit canExportNotes(haveNotes);
     emit canSnapNotes(haveSelection && haveNotes);
 
-    cerr << "haveWaveform = " << haveWaveform << endl;
-    cerr << "haveMainModel = " << haveMainModel << endl;
-    cerr << "havePlayTarget = " << havePlayTarget << endl;
-    
     emit canPlayWaveform(haveWaveform && haveMainModel && havePlayTarget);
     emit canPlayPitch(havePitchTrack && haveMainModel && havePlayTarget);
     emit canPlayNotes(haveNotes && haveMainModel && havePlayTarget);
@@ -3222,7 +3218,7 @@
         .arg(QT_VERSION_STR);
 
     aboutText += 
-        "<p>Copyright &copy; 2005&ndash;2014 Chris Cannam, Queen Mary University of London, and the Tony project authors: Matthias Mauch, George Fazekas, Justin Salamon, and Rachel Bittner.</p>"
+        "<p>Copyright &copy; 2005&ndash;2015 Chris Cannam, Queen Mary University of London, and the Tony project authors: Matthias Mauch, George Fazekas, Justin Salamon, and Rachel Bittner.</p>"
         "<p>pYIN analysis plugin written by Matthias Mauch.</p>"
         "<p>This program is free software; you can redistribute it and/or "
         "modify it under the terms of the GNU General Public License as "