# HG changeset patch # User Chris Cannam # Date 1477649297 -3600 # Node ID fe391a7b837649394839e760036c07d73f273233 # Parent 7f4230e7d83a911dd0e92c34ced6443509e642b0 Rename server to simple-server, and add some more description in usage diff -r 7f4230e7d83a -r fe391a7b8376 plugin/PiperVampPluginFactory.cpp --- a/plugin/PiperVampPluginFactory.cpp Thu Oct 27 16:13:25 2016 +0100 +++ b/plugin/PiperVampPluginFactory.cpp Fri Oct 28 11:08:17 2016 +0100 @@ -53,7 +53,7 @@ // (preferably) a subdirectory called "piper-bin". //!!! todo: merge this with plugin scan checker thingy used in main.cpp? QString myDir = QCoreApplication::applicationDirPath(); - QString name = "piper-vamp-server"; + QString name = "piper-vamp-simple-server"; QString path = myDir + "/piper-bin/" + name; QString suffix = ""; #ifdef _WIN32 diff -r 7f4230e7d83a -r fe391a7b8376 transform/FeatureExtractionModelTransformer.h --- a/transform/FeatureExtractionModelTransformer.h Thu Oct 27 16:13:25 2016 +0100 +++ b/transform/FeatureExtractionModelTransformer.h Fri Oct 28 11:08:17 2016 +0100 @@ -30,7 +30,7 @@ class DenseTimeValueModel; class SparseTimeValueModel; -class FeatureExtractionModelTransformer : public ModelTransformer +class FeatureExtractionModelTransformer : public ModelTransformer // + is a Thread { Q_OBJECT