Mercurial > hg > piper
changeset 7:b14b42b3a7a2
Begin vampipe-convert
author | Chris Cannam |
---|---|
date | Fri, 20 May 2016 18:05:02 +0100 |
parents | 2606f98ef2d9 |
children | d6725f1c323c |
files | capnproto/vamp.capnp |
diffstat | 1 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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 } }