Mercurial > hg > sonic-visualiser
comparison 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 |
comparison
equal
deleted
inserted
replaced
1635:b0febd6f4506 | 1636:811fbe905f5e |
---|---|
4954 #else // !RUBBERBAND_VERSION | 4954 #else // !RUBBERBAND_VERSION |
4955 aboutText += tr("<br>With Rubber Band Library © Particular Programs Ltd"); | 4955 aboutText += tr("<br>With Rubber Band Library © Particular Programs Ltd"); |
4956 #endif // RUBBERBAND_VERSION | 4956 #endif // RUBBERBAND_VERSION |
4957 #endif // HAVE_RUBBERBAND | 4957 #endif // HAVE_RUBBERBAND |
4958 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); | 4958 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); |
4959 aboutText += tr("<br>With Piper Vamp protocol bridge © QMUL"); | |
4959 aboutText += tr("<br>With LADSPA plugin support (API v%1) © Richard Furse, Paul Davis, Stefan Westerfeld").arg(LADSPA_VERSION); | 4960 aboutText += tr("<br>With LADSPA plugin support (API v%1) © Richard Furse, Paul Davis, Stefan Westerfeld").arg(LADSPA_VERSION); |
4960 aboutText += tr("<br>With DSSI plugin support (API v%1) © Chris Cannam, Steve Harris, Sean Bolton").arg(DSSI_VERSION); | 4961 aboutText += tr("<br>With DSSI plugin support (API v%1) © Chris Cannam, Steve Harris, Sean Bolton").arg(DSSI_VERSION); |
4961 #ifdef REDLAND_VERSION | 4962 #ifdef REDLAND_VERSION |
4962 aboutText += tr("<br>With Redland RDF datastore v%1 © Dave Beckett and the University of Bristol").arg(REDLAND_VERSION); | 4963 aboutText += tr("<br>With Redland RDF datastore v%1 © Dave Beckett and the University of Bristol").arg(REDLAND_VERSION); |
4963 #else // !REDLAND_VERSION | 4964 #else // !REDLAND_VERSION |