Mercurial > hg > svcore
diff plugin/FeatureExtractionPluginFactory.cpp @ 82:bf42d8d63885
* Some work on reloading play parameters from file (not quite working yet)
* Win32: redirect stderr to console
* A bit of menu reorganisation
author | Chris Cannam |
---|---|
date | Wed, 26 Apr 2006 14:09:55 +0000 |
parents | 9e027aa5b5c3 |
children | b2067aff8cd6 |
line wrap: on
line diff
--- a/plugin/FeatureExtractionPluginFactory.cpp Tue Apr 25 22:14:43 2006 +0000 +++ b/plugin/FeatureExtractionPluginFactory.cpp Wed Apr 26 14:09:55 2006 +0000 @@ -146,7 +146,8 @@ int index = 0; while ((descriptor = fn(index))) { - QString id = QString("vamp:%1:%2").arg(soname).arg(descriptor->name); + QString id = PluginIdentifier::createIdentifier + ("vamp", soname, descriptor->name); rv.push_back(id); std::cerr << "Found id " << id.toStdString() << std::endl; ++index;