# HG changeset patch # User Chris Cannam # Date 1463763902 -3600 # Node ID 397de3c104dfc55a23e489596597ce5eba253125 # Parent 412e44186c4118620f26491181ac42877f96f37a Begin vampipe-convert diff -r 412e44186c41 -r 397de3c104df 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 } }