# HG changeset patch # User Chris Cannam # Date 1477566374 -3600 # Node ID fac1666e429b00ff74d3afc9b625b7e1d441970c # Parent f350af2b542dacc4848e8c6ef19214e51d08e198 Update Piper server invocation convention diff -r f350af2b542d -r fac1666e429b plugin/PiperVampPluginFactory.cpp --- 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;