comparison plugin/PiperVampPluginFactory.cpp @ 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 42a4b058f8ba
comparison
equal deleted inserted replaced
1235:7f4230e7d83a 1236:fe391a7b8376
51 { 51 {
52 // Server must exist either in the same directory as this one or 52 // Server must exist either in the same directory as this one or
53 // (preferably) a subdirectory called "piper-bin". 53 // (preferably) a subdirectory called "piper-bin".
54 //!!! todo: merge this with plugin scan checker thingy used in main.cpp? 54 //!!! todo: merge this with plugin scan checker thingy used in main.cpp?
55 QString myDir = QCoreApplication::applicationDirPath(); 55 QString myDir = QCoreApplication::applicationDirPath();
56 QString name = "piper-vamp-server"; 56 QString name = "piper-vamp-simple-server";
57 QString path = myDir + "/piper-bin/" + name; 57 QString path = myDir + "/piper-bin/" + name;
58 QString suffix = ""; 58 QString suffix = "";
59 #ifdef _WIN32 59 #ifdef _WIN32
60 suffix = ".exe"; 60 suffix = ".exe";
61 #endif 61 #endif