Mercurial > hg > piper-cpp
comparison capnproto/vamp.capnp @ 61:0ea374ea96a2
input -> processInput, to align with JSON
author | Chris Cannam <c.cannam@qmul.ac.uk> |
---|---|
date | Wed, 21 Sep 2016 12:59:35 +0100 |
parents | 38780f15ac8d |
children | 85ec33975434 |
comparison
equal
deleted
inserted
replaced
60:8a4bcb3dc3a6 | 61:0ea374ea96a2 |
---|---|
140 outputs @1 :List(OutputDescriptor); | 140 outputs @1 :List(OutputDescriptor); |
141 } | 141 } |
142 | 142 |
143 struct ProcessRequest { | 143 struct ProcessRequest { |
144 pluginHandle @0 :Int32; | 144 pluginHandle @0 :Int32; |
145 input @1 :ProcessInput; | 145 processInput @1 :ProcessInput; |
146 } | 146 } |
147 | 147 |
148 struct ProcessResponse { | 148 struct ProcessResponse { |
149 pluginHandle @0 :Int32; | 149 pluginHandle @0 :Int32; |
150 features @1 :FeatureSet; | 150 features @1 :FeatureSet; |