# HG changeset patch # User Chris Cannam # Date 1405949031 -3600 # Node ID 49e38c6a8a47998e075e2bd6a790771a96ecb50d # Parent 948148da3a4607ec493419889c45939774ad6810 Add text to About box to show the configuration diff -r 948148da3a46 -r 49e38c6a8a47 src/MainWindow.cpp --- a/src/MainWindow.cpp Mon Jul 21 13:48:40 2014 +0100 +++ b/src/MainWindow.cpp Mon Jul 21 14:23:51 2014 +0100 @@ -3288,6 +3288,15 @@ aboutText += tr("
Using Qt framework version %1.
") .arg(QT_VERSION_STR); + //!!! Tony experiment hacks: + if (!m_withSonification) { + aboutText += tr("Sonification disabled.
"); + } + if (!m_withSpectrogram) { + aboutText += tr("Spectrogram disabled.
"); + } + aboutText += tr("Includes modification to forget all settings between program runs, for use in an experimental environment.
"); + 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.
" "pYIN analysis plugin written by Matthias Mauch.
"