Mercurial > hg > sonic-visualiser
diff main/MainWindow.cpp @ 1636:811fbe905f5e sv_v3.0rc1
Add brief mention of Piper
author | Chris Cannam |
---|---|
date | Wed, 01 Mar 2017 14:54:21 +0000 |
parents | 6b2e781b0154 |
children | 3dbfe3ba0d1f |
line wrap: on
line diff
--- a/main/MainWindow.cpp Wed Mar 01 09:46:09 2017 +0000 +++ b/main/MainWindow.cpp Wed Mar 01 14:54:21 2017 +0000 @@ -4956,6 +4956,7 @@ #endif // RUBBERBAND_VERSION #endif // HAVE_RUBBERBAND 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); + aboutText += tr("<br>With Piper Vamp protocol bridge © QMUL"); aboutText += tr("<br>With LADSPA plugin support (API v%1) © Richard Furse, Paul Davis, Stefan Westerfeld").arg(LADSPA_VERSION); aboutText += tr("<br>With DSSI plugin support (API v%1) © Chris Cannam, Steve Harris, Sean Bolton").arg(DSSI_VERSION); #ifdef REDLAND_VERSION