Mercurial > hg > piper-cpp
diff vamp-capnp/VampnProto.h @ 116:d15cb1151d76
Add JSON support directly to the server. Had hoped to avoid this (using Capnp as canonical in the server and then converting externally as necessary) but it's just too useful for debugging purposes when bundled with client app
author | Chris Cannam <c.cannam@qmul.ac.uk> |
---|---|
date | Thu, 27 Oct 2016 11:39:41 +0100 |
parents | cd438188e3f9 |
children | 5b113c87b6e6 |
line wrap: on
line diff
--- a/vamp-capnp/VampnProto.h Thu Oct 27 10:28:10 2016 +0100 +++ b/vamp-capnp/VampnProto.h Thu Oct 27 11:39:41 2016 +0100 @@ -35,7 +35,6 @@ #include "piper.capnp.h" #include <capnp/message.h> -//#include <capnp/serialize-packed.h> #include <vamp-hostsdk/Plugin.h> #include <vamp-hostsdk/PluginLoader.h> @@ -136,7 +135,6 @@ const Vamp::Plugin::OutputDescriptor &od) { b.setUnit(od.unit); - b.setSampleType(fromSampleType(od.sampleType)); b.setSampleRate(od.sampleRate); b.setHasDuration(od.hasDuration);