# HG changeset patch # User Chris Cannam # Date 1474288556 -3600 # Node ID f6aae477b30fd7330eb0beaee14f3705c813c602 # Parent 60ad93fd69837034a7b6c387ef8e51b3b9e2538b Make RequestResponse types more consistent by adding plugin to ConfigurationResponse and introducing a FinishRequest diff -r 60ad93fd6983 -r f6aae477b30f capnproto/vamp.capnp --- 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 {