Mercurial > hg > piper-cpp
changeset 62:18951a1f1001
input -> processInput, to align with JSON
author | Chris Cannam <c.cannam@qmul.ac.uk> |
---|---|
date | Wed, 21 Sep 2016 12:59:35 +0100 |
parents | 77833938f0f8 |
children | 72c43bc69616 |
files | capnproto/VampnProto.h capnproto/vamp.capnp |
diffstat | 2 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/capnproto/VampnProto.h Mon Sep 19 15:52:38 2016 +0100 +++ b/capnproto/VampnProto.h Wed Sep 21 12:59:35 2016 +0100 @@ -639,7 +639,7 @@ const PluginHandleMapper &pmapper) { b.setPluginHandle(pmapper.pluginToHandle(pr.plugin)); - auto input = b.initInput(); + auto input = b.initProcessInput(); buildProcessInput(input, pr.timestamp, pr.inputBuffers); } @@ -650,7 +650,7 @@ auto h = r.getPluginHandle(); pr.plugin = pmapper.handleToPlugin(h); - readProcessInput(pr.timestamp, pr.inputBuffers, r.getInput()); + readProcessInput(pr.timestamp, pr.inputBuffers, r.getProcessInput()); } static void