Mercurial > hg > piper-cpp
diff capnproto/vamp.capnp @ 23:d678cd00e593
Begin vampipe-convert
author | Chris Cannam <c.cannam@qmul.ac.uk> |
---|---|
date | Fri, 20 May 2016 18:05:02 +0100 |
parents | d907576aa299 |
children | 533ca5ca3404 |
line wrap: on
line diff
--- a/capnproto/vamp.capnp Fri May 20 17:07:04 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 } }