# HG changeset patch # User Chris Cannam # Date 1474288556 -3600 # Node ID a9a8dce4bcdaa8f8cc24a6bd41b99244347f672e # Parent 903abf8f37297b4892abd2570e8f32d0df495c94 Make RequestResponse types more consistent by adding plugin to ConfigurationResponse and introducing a FinishRequest diff -r 903abf8f3729 -r a9a8dce4bcda 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 {