Mercurial > hg > svcore
comparison plugin/PiperVampPluginFactory.cpp @ 1244:604b0b2a58e1 piper
More useful reporting output
author | Chris Cannam |
---|---|
date | Tue, 01 Nov 2016 15:09:44 +0000 |
parents | c6bdf247016a |
children | 75aefcc9f07d |
comparison
equal
deleted
inserted
replaced
1243:c7a710f806a1 | 1244:604b0b2a58e1 |
---|---|
182 errorMessage = QObject::tr("External plugin host invocation failed: %1") | 182 errorMessage = QObject::tr("External plugin host invocation failed: %1") |
183 .arg(e.what()); | 183 .arg(e.what()); |
184 return; | 184 return; |
185 } | 185 } |
186 | 186 |
187 cerr << "PiperVampPluginFactory: server \"" << server << "\" lists " | |
188 << lr.available.size() << " plugin(s)" << endl; | |
189 | |
187 for (const auto &pd: lr.available) { | 190 for (const auto &pd: lr.available) { |
188 | 191 |
189 QString identifier = | 192 QString identifier = |
190 QString("vamp:") + QString::fromStdString(pd.pluginKey); | 193 QString("vamp:") + QString::fromStdString(pd.pluginKey); |
191 | 194 |