changeset 10:60ad93fd6983 outputid-string-in-featureset

Error handling, and pass plugin handles through
author Chris Cannam
date Fri, 16 Sep 2016 16:20:05 +0100
parents 15ac88b26704
children f6aae477b30f
files capnproto/vamp.capnp
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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);
 }