Mercurial > hg > sonic-visualiser
comparison main/MainWindow.cpp @ 114:a46d68ae3c3e sv1-1.0pre1
* Make getPropertyRangeAndValue return the default separately from the current
value. Previously some contexts were incorrectly treating the current value
as a default.
author | Chris Cannam |
---|---|
date | Fri, 02 Mar 2007 14:00:12 +0000 |
parents | 8a38b9aeba12 |
children | 99d65ba33c88 |
comparison
equal
deleted
inserted
replaced
113:8a38b9aeba12 | 114:a46d68ae3c3e |
---|---|
4456 #else | 4456 #else |
4457 aboutText += tr("<br>With FFTW3 © Matteo Frigo and MIT"); | 4457 aboutText += tr("<br>With FFTW3 © Matteo Frigo and MIT"); |
4458 #endif | 4458 #endif |
4459 #endif | 4459 #endif |
4460 #ifdef HAVE_VAMP | 4460 #ifdef HAVE_VAMP |
4461 aboutText += tr("<br>With Vamp plugin support (API v%1, host SDK v%2) © Chris Cannam").arg(VAMP_API_VERSION).arg(VAMP_HOSTSDK_VERSION); | 4461 aboutText += tr("<br>With Vamp plugin support (API v%1, host SDK v%2) © Chris Cannam").arg(VAMP_API_VERSION).arg(VAMP_SDK_VERSION); |
4462 #endif | 4462 #endif |
4463 aboutText += tr("<br>With LADSPA plugin support (API v%1) © Richard Furse, Paul Davis, Stefan Westerfeld").arg(LADSPA_VERSION); | 4463 aboutText += tr("<br>With LADSPA plugin support (API v%1) © Richard Furse, Paul Davis, Stefan Westerfeld").arg(LADSPA_VERSION); |
4464 aboutText += tr("<br>With DSSI plugin support (API v%1) © Chris Cannam, Steve Harris, Sean Bolton").arg(DSSI_VERSION); | 4464 aboutText += tr("<br>With DSSI plugin support (API v%1) © Chris Cannam, Steve Harris, Sean Bolton").arg(DSSI_VERSION); |
4465 #ifdef HAVE_LIBLO | 4465 #ifdef HAVE_LIBLO |
4466 #ifdef LIBLO_VERSION | 4466 #ifdef LIBLO_VERSION |