# HG changeset patch # User Chris Cannam # Date 1474039205 -3600 # Node ID 903abf8f37297b4892abd2570e8f32d0df495c94 # Parent 5a09e20815154ca00e13d823332c1e0b80843592 Error handling, and pass plugin handles through diff -r 5a09e2081515 -r 903abf8f3729 capnproto/vamp.capnp --- a/capnproto/vamp.capnp Fri Sep 16 14:13:21 2016 +0100 +++ b/capnproto/vamp.capnp Fri Sep 16 16:20:05 2016 +0100 @@ -136,6 +136,7 @@ } struct ConfigurationResponse { +#!!! now the only response type not to have the pluginHandle, so maybe it should, just for completeness outputs @0 :List(OutputDescriptor); }