Mercurial > hg > svcore
diff 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 |
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