changeset 1233:fac1666e429b project-file-rework

Update Piper server invocation convention
author Chris Cannam
date Thu, 27 Oct 2016 12:06:14 +0100
parents f350af2b542d
children 2d9e2771805a
files plugin/PiperVampPluginFactory.cpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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;