Mercurial > hg > piper-cpp
diff capnproto/vamp.capnp @ 10:c8451896c40e
Some conversions for plugin handles
author | Chris Cannam <c.cannam@qmul.ac.uk> |
---|---|
date | Tue, 17 May 2016 09:58:15 +0100 |
parents | 197440dc8296 |
children | 828930f9a65d |
line wrap: on
line diff
--- a/capnproto/vamp.capnp Mon May 16 15:46:22 2016 +0100 +++ b/capnproto/vamp.capnp Tue May 17 09:58:15 2016 +0100 @@ -121,13 +121,13 @@ } struct LoadResponse { - pluginHandle @0 :Int64; + pluginHandle @0 :Int32; staticData @1 :PluginStaticData; defaultConfiguration @2 :PluginConfiguration; } struct ConfigurationRequest { - pluginHandle @0 :Int64; + pluginHandle @0 :Int32; configuration @1 :PluginConfiguration; } @@ -136,7 +136,7 @@ } struct ProcessRequest { - pluginHandle @0 :Int64; + pluginHandle @0 :Int32; timestamp @1 :RealTime; input @2 :List(List(Float32)); }