# HG changeset patch # User Chris Cannam # Date 1463763902 -3600 # Node ID b14b42b3a7a2ed9fe363930eed20f41dae92e72d # Parent 2606f98ef2d9642db541e4d01f19da6dd14d3dcf Begin vampipe-convert diff -r 2606f98ef2d9 -r b14b42b3a7a2 capnproto/vamp.capnp --- a/capnproto/vamp.capnp Wed May 18 13:54:33 2016 +0100 +++ b/capnproto/vamp.capnp Fri May 20 18:05:02 2016 +0100 @@ -140,6 +140,10 @@ input @1 :ProcessInput; } +struct FinishRequest { + pluginHandle @0 :Int32; +} + struct ProcessResponse { features @0 :FeatureSet; } @@ -150,7 +154,7 @@ load @1 :LoadRequest; configure @2 :ConfigurationRequest; process @3 :ProcessRequest; - finish @4 :Void; # getRemainingFeatures and unload plugin + finish @4 :FinishRequest; # getRemainingFeatures and unload } }