Mercurial > hg > sonic-visualiser
comparison main/MainWindow.cpp @ 113:8a38b9aeba12
* Update to use new vamp-hostsdk instead of vamp-sdk
* Make spectrogram adapt its paint block size depending on how long it actually
takes to draw
* Some thread debugging infrastructure
author | Chris Cannam |
---|---|
date | Fri, 02 Mar 2007 13:01:41 +0000 |
parents | 18b0a43155ae |
children | a46d68ae3c3e |
comparison
equal
deleted
inserted
replaced
112:18b0a43155ae | 113:8a38b9aeba12 |
---|---|
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, SDK v%2) © Chris Cannam").arg(VAMP_API_VERSION).arg(VAMP_SDK_VERSION); | 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); |
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 |