Mercurial > hg > svcore
diff plugin/PiperVampPluginFactory.cpp @ 1233:fac1666e429b project-file-rework
Update Piper server invocation convention
author | Chris Cannam |
---|---|
date | Thu, 27 Oct 2016 12:06:14 +0100 |
parents | 5d886b7b4029 |
children | 2d9e2771805a |
line wrap: on
line diff
--- a/plugin/PiperVampPluginFactory.cpp Thu Oct 27 10:29:44 2016 +0100 +++ b/plugin/PiperVampPluginFactory.cpp Thu Oct 27 12:06:14 2016 +0100 @@ -143,7 +143,7 @@ { if (m_serverName == "") return; - piper_vamp::client::ProcessQtTransport transport(m_serverName); + piper_vamp::client::ProcessQtTransport transport(m_serverName, "capnp"); if (!transport.isOK()) { errorMessage = QObject::tr("Could not start external plugin host"); return;