# HG changeset patch # User Chris Cannam # Date 1463576073 -3600 # Node ID 412e44186c4118620f26491181ac42877f96f37a # Parent 883ae087b71e82e6cbef1c352028fe3471731188 More requests/responses diff -r 883ae087b71e -r 412e44186c41 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; } }