Mercurial > hg > piper
changeset 11:f6aae477b30f outputid-string-in-featureset
Make RequestResponse types more consistent by adding plugin to ConfigurationResponse and introducing a FinishRequest
author | Chris Cannam |
---|---|
date | Mon, 19 Sep 2016 13:35:56 +0100 |
parents | 60ad93fd6983 |
children | bae6b03e1271 |
files | capnproto/vamp.capnp |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/capnproto/vamp.capnp Fri Sep 16 16:20:05 2016 +0100 +++ b/capnproto/vamp.capnp Mon Sep 19 13:35:56 2016 +0100 @@ -136,8 +136,8 @@ } struct ConfigurationResponse { -#!!! now the only response type not to have the pluginHandle, so maybe it should, just for completeness - outputs @0 :List(OutputDescriptor); + pluginHandle @0 :Int32; + outputs @1 :List(OutputDescriptor); } struct ProcessRequest {