Mercurial > hg > piper-cpp
comparison capnproto/vamp.capnp @ 52:e90fd30990eb
Error handling, and pass plugin handles through
author | Chris Cannam <c.cannam@qmul.ac.uk> |
---|---|
date | Fri, 16 Sep 2016 16:20:05 +0100 |
parents | f3f7561233d6 |
children | 38780f15ac8d |
comparison
equal
deleted
inserted
replaced
51:f4244a2d55ac | 52:e90fd30990eb |
---|---|
134 pluginHandle @0 :Int32; | 134 pluginHandle @0 :Int32; |
135 configuration @1 :PluginConfiguration; | 135 configuration @1 :PluginConfiguration; |
136 } | 136 } |
137 | 137 |
138 struct ConfigurationResponse { | 138 struct ConfigurationResponse { |
139 #!!! now the only response type not to have the pluginHandle, so maybe it should, just for completeness | |
139 outputs @0 :List(OutputDescriptor); | 140 outputs @0 :List(OutputDescriptor); |
140 } | 141 } |
141 | 142 |
142 struct ProcessRequest { | 143 struct ProcessRequest { |
143 pluginHandle @0 :Int32; | 144 pluginHandle @0 :Int32; |