changeset 1236:fe391a7b8376 project-file-rework

Rename server to simple-server, and add some more description in usage
author Chris Cannam
date Fri, 28 Oct 2016 11:08:17 +0100
parents 7f4230e7d83a
children a83541a1f100
files plugin/PiperVampPluginFactory.cpp transform/FeatureExtractionModelTransformer.h
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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
--- 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