Mercurial > hg > piper-cpp
diff vamp-client/client.cpp @ 119:5876f3e9c677
Fix server invocations from client code
author | Chris Cannam <c.cannam@qmul.ac.uk> |
---|---|
date | Thu, 27 Oct 2016 12:04:44 +0100 |
parents | ff3fd8d1b2dc |
children | 183fe1f03980 |
line wrap: on
line diff
--- a/vamp-client/client.cpp Thu Oct 27 12:01:37 2016 +0100 +++ b/vamp-client/client.cpp Thu Oct 27 12:04:44 2016 +0100 @@ -44,7 +44,8 @@ int main(int, char **) { - piper_vamp::client::ProcessQtTransport transport("../bin/piper-vamp-server"); + piper_vamp::client::ProcessQtTransport transport("../bin/piper-vamp-server", + "capnp"); piper_vamp::client::CapnpRRClient client(&transport); piper_vamp::ListResponse lr = client.listPluginData();