# HG changeset patch # User Chris Cannam # Date 1463576073 -3600 # Node ID 2606f98ef2d9642db541e4d01f19da6dd14d3dcf # Parent 689bd71a5aff5fa1501644c190b1b7f61df7aea5 More requests/responses diff -r 689bd71a5aff -r 2606f98ef2d9 capnproto/vamp.capnp --- a/capnproto/vamp.capnp Wed May 18 12:21:23 2016 +0100 +++ b/capnproto/vamp.capnp Wed May 18 13:54:33 2016 +0100 @@ -140,6 +140,10 @@ input @1 :ProcessInput; } +struct ProcessResponse { + features @0 :FeatureSet; +} + struct VampRequest { request :union { list @0 :Void; @@ -157,8 +161,8 @@ list @2 :List(PluginStaticData); load @3 :LoadResponse; configure @4 :ConfigurationResponse; - process @5 :FeatureSet; - finish @6 :FeatureSet; + process @5 :ProcessResponse; + finish @6 :ProcessResponse; } }