changeset 5:689bd71a5aff

Process requests
author Chris Cannam
date Wed, 18 May 2016 12:21:23 +0100
parents bdaf53bb54a7
children 2606f98ef2d9
files capnproto/vamp.capnp
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/capnproto/vamp.capnp	Tue May 17 13:52:51 2016 +0100
+++ b/capnproto/vamp.capnp	Wed May 18 12:21:23 2016 +0100
@@ -137,8 +137,7 @@
 
 struct ProcessRequest {
     pluginHandle       @0  :Int32;
-    timestamp          @1  :RealTime;
-    input              @2  :List(List(Float32));
+    input              @1  :ProcessInput;
 }
 
 struct VampRequest {