comparison capnproto/vamp.capnp @ 14:c35d0909a74e

Process requests
author Chris Cannam <c.cannam@qmul.ac.uk>
date Wed, 18 May 2016 12:21:23 +0100
parents 828930f9a65d
children d907576aa299
comparison
equal deleted inserted replaced
13:1d13354ddc44 14:c35d0909a74e
135 outputs @0 :List(OutputDescriptor); 135 outputs @0 :List(OutputDescriptor);
136 } 136 }
137 137
138 struct ProcessRequest { 138 struct ProcessRequest {
139 pluginHandle @0 :Int32; 139 pluginHandle @0 :Int32;
140 timestamp @1 :RealTime; 140 input @1 :ProcessInput;
141 input @2 :List(List(Float32));
142 } 141 }
143 142
144 struct VampRequest { 143 struct VampRequest {
145 request :union { 144 request :union {
146 list @0 :Void; 145 list @0 :Void;