# HG changeset patch # User Chris Cannam # Date 1474039205 -3600 # Node ID 60ad93fd69837034a7b6c387ef8e51b3b9e2538b # Parent 15ac88b26704f17ce32cd4acc2a291458f478011 Error handling, and pass plugin handles through diff -r 15ac88b26704 -r 60ad93fd6983 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); }