diff main/MainWindow.cpp @ 267:c452d8a7b770 sv1-v1.3 sv1-v1.3rc1

* Updates for 1.3
author Chris Cannam
date Thu, 10 Jul 2008 12:50:56 +0000
parents 52ef51ba9a74
children ffc0acc10ffc
line wrap: on
line diff
--- a/main/MainWindow.cpp	Mon Jul 07 16:49:53 2008 +0000
+++ b/main/MainWindow.cpp	Thu Jul 10 12:50:56 2008 +0000
@@ -3119,7 +3119,7 @@
     float percent = m_playSpeed->mappedValue();
     float factor = mapper.getFactorForValue(percent);
 
-    std::cerr << "speed = " << position << " percent = " << percent << " factor = " << factor << std::endl;
+//    std::cerr << "speed = " << position << " percent = " << percent << " factor = " << factor << std::endl;
 
     bool something = (position != 100);
 
@@ -3503,7 +3503,7 @@
 void
 MainWindow::help()
 {
-    openHelpUrl(tr("http://www.sonicvisualiser.org/doc/reference/1.2/en/"));
+    openHelpUrl(tr("http://www.sonicvisualiser.org/doc/reference/1.3/en/"));
 }
 
 void
@@ -3596,6 +3596,13 @@
     aboutText += tr("<br>With FFTW3 &copy; Matteo Frigo and MIT");
 #endif
 #endif
+#ifdef HAVE_RUBBERBAND
+#ifdef RUBBERBAND_VERSION
+    aboutText += tr("<br>With Rubber Band (v%1) &copy; Chris Cannam").arg(RUBBERBAND_VERSION);
+#else
+    aboutText += tr("<br>With Rubber Band &copy; Chris Cannam");
+#endif
+#endif
 #ifdef HAVE_VAMP
     aboutText += tr("<br>With Vamp plugin support (API v%1, host SDK v%2) &copy; Chris Cannam").arg(VAMP_API_VERSION).arg(VAMP_SDK_VERSION);
 #endif