Mercurial > hg > sonic-visualiser
comparison main/MainWindow.cpp @ 1315:ed3009a50f81 piper
Make SVDEBUG always write to a log file -- formerly this was disabled in NDEBUG builds. I think there's little use to that, it just means that we keep adding more cerr debug output because we aren't getting the log we need. And SVDEBUG logging is not usually used in tight loops, I don't think the performance overhead is too serious.
Also update the About box.
author | Chris Cannam |
---|---|
date | Thu, 03 Nov 2016 14:57:00 +0000 |
parents | 7293bc5ee7f8 |
children | 86cd0e81ed07 |
comparison
equal
deleted
inserted
replaced
1314:83a8460524de | 1315:ed3009a50f81 |
---|---|
4659 aboutText += tr("<br>With FFTW3 © Matteo Frigo and MIT"); | 4659 aboutText += tr("<br>With FFTW3 © Matteo Frigo and MIT"); |
4660 #endif // FFTW3_VERSION | 4660 #endif // FFTW3_VERSION |
4661 #endif // HAVE_FFTW3F | 4661 #endif // HAVE_FFTW3F |
4662 #ifdef HAVE_RUBBERBAND | 4662 #ifdef HAVE_RUBBERBAND |
4663 #ifdef RUBBERBAND_VERSION | 4663 #ifdef RUBBERBAND_VERSION |
4664 aboutText += tr("<br>With Rubber Band v%1 © Chris Cannam").arg(RUBBERBAND_VERSION); | 4664 aboutText += tr("<br>With Rubber Band Library v%1 © Particular Programs Ltd").arg(RUBBERBAND_VERSION); |
4665 #else // !RUBBERBAND_VERSION | 4665 #else // !RUBBERBAND_VERSION |
4666 aboutText += tr("<br>With Rubber Band © Chris Cannam"); | 4666 aboutText += tr("<br>With Rubber Band Library © Particular Programs Ltd"); |
4667 #endif // RUBBERBAND_VERSION | 4667 #endif // RUBBERBAND_VERSION |
4668 #endif // HAVE_RUBBERBAND | 4668 #endif // HAVE_RUBBERBAND |
4669 #ifdef HAVE_VAMP | 4669 aboutText += tr("<br>With Vamp plugin support (API v%1, host SDK v%2) © Chris Cannam and QMUL").arg(VAMP_API_VERSION).arg(VAMP_SDK_VERSION); |
4670 aboutText += tr("<br>With Vamp plugin support (API v%1, host SDK v%2) © Chris Cannam").arg(VAMP_API_VERSION).arg(VAMP_SDK_VERSION); | |
4671 #endif // !HAVE_VAMP | |
4672 aboutText += tr("<br>With LADSPA plugin support (API v%1) © Richard Furse, Paul Davis, Stefan Westerfeld").arg(LADSPA_VERSION); | 4670 aboutText += tr("<br>With LADSPA plugin support (API v%1) © Richard Furse, Paul Davis, Stefan Westerfeld").arg(LADSPA_VERSION); |
4673 aboutText += tr("<br>With DSSI plugin support (API v%1) © Chris Cannam, Steve Harris, Sean Bolton").arg(DSSI_VERSION); | 4671 aboutText += tr("<br>With DSSI plugin support (API v%1) © Chris Cannam, Steve Harris, Sean Bolton").arg(DSSI_VERSION); |
4674 #ifdef REDLAND_VERSION | 4672 #ifdef REDLAND_VERSION |
4675 aboutText += tr("<br>With Redland RDF datastore v%1 © Dave Beckett and the University of Bristol").arg(REDLAND_VERSION); | 4673 aboutText += tr("<br>With Redland RDF datastore v%1 © Dave Beckett and the University of Bristol").arg(REDLAND_VERSION); |
4676 #else // !REDLAND_VERSION | 4674 #else // !REDLAND_VERSION |
4677 aboutText += tr("<br>With Redland RDF datastore © Dave Beckett and the University of Bristol"); | 4675 aboutText += tr("<br>With Redland RDF datastore © Dave Beckett and the University of Bristol"); |
4678 #endif // REDLAND_VERSION | 4676 #endif // REDLAND_VERSION |
4679 aboutText += tr("<br>With Serd and Sord RDF parser and store © David Robillard"); | 4677 aboutText += tr("<br>With Serd and Sord RDF parser and store © David Robillard"); |
4680 aboutText += tr("<br>With Dataquay Qt/RDF library © Chris Cannam"); | 4678 aboutText += tr("<br>With Dataquay Qt/RDF library © Particular Programs Ltd"); |
4681 | 4679 aboutText += tr("<br>With Cap'n Proto serialisation © Sandstorm Development Group"); |
4682 aboutText += tr("<br>With RtMidi © Gary P. Scavone"); | 4680 aboutText += tr("<br>With RtMidi © Gary P. Scavone"); |
4683 | 4681 |
4684 #ifdef HAVE_LIBLO | 4682 #ifdef HAVE_LIBLO |
4685 #ifdef LIBLO_VERSION | 4683 #ifdef LIBLO_VERSION |
4686 aboutText += tr("<br>With liblo Lite OSC library v%1 © Steve Harris").arg(LIBLO_VERSION); | 4684 aboutText += tr("<br>With liblo Lite OSC library v%1 © Steve Harris").arg(LIBLO_VERSION); |