# HG changeset patch # User Chris Cannam # Date 1445252182 -3600 # Node ID d8013f97df3cae53f29f283afcd92983884c5440 # Parent fc726260b29ba1f7ff6d74ee6a91095a5ddac32a Remove debug out, update copyright diff -r fc726260b29b -r d8013f97df3c src/MainWindow.cpp --- a/src/MainWindow.cpp Mon Oct 19 11:38:17 2015 +0100 +++ b/src/MainWindow.cpp Mon Oct 19 11:56:22 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 += - "

Copyright © 2005–2014 Chris Cannam, Queen Mary University of London, and the Tony project authors: Matthias Mauch, George Fazekas, Justin Salamon, and Rachel Bittner.

" + "

Copyright © 2005–2015 Chris Cannam, Queen Mary University of London, and the Tony project authors: Matthias Mauch, George Fazekas, Justin Salamon, and Rachel Bittner.

" "

pYIN analysis plugin written by Matthias Mauch.

" "

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