Mercurial > hg > piper-cpp
diff vamp-client/client.cpp @ 92:21f8af53eaf0
Reorganise some classes
author | Chris Cannam <c.cannam@qmul.ac.uk> |
---|---|
date | Thu, 13 Oct 2016 12:02:44 +0100 |
parents | 6429a99abcad |
children | fbce91785d35 |
line wrap: on
line diff
--- a/vamp-client/client.cpp Thu Oct 13 11:33:19 2016 +0100 +++ b/vamp-client/client.cpp Thu Oct 13 12:02:44 2016 +0100 @@ -1,6 +1,4 @@ -#include "PiperStubPlugin.h" -#include "CapnpMessageCompletenessChecker.h" #include "PipedQProcessTransport.h" #include "PiperCapnpClient.h" @@ -11,8 +9,7 @@ int main(int, char **) { - piper::CapnpMessageCompletenessChecker checker; - piper::PipedQProcessTransport transport("../bin/piper-vamp-server", &checker); + piper::PipedQProcessTransport transport("../bin/piper-vamp-server"); piper::PiperCapnpClient client(&transport); Vamp::Plugin *plugin = client.load("vamp-example-plugins:zerocrossing", 16, 0);