Mercurial > hg > piper-vamp-js
diff vamp-test-plugin.cpp @ 40:a734a7e976fa jsonrpc
Update again to latest plugin-terminology-free schema
author | Chris Cannam |
---|---|
date | Thu, 06 Oct 2016 14:32:58 +0100 |
parents | 44826e1782c1 |
children | 90bf9d9f9c95 |
line wrap: on
line diff
--- a/vamp-test-plugin.cpp Wed Oct 05 18:00:58 2016 +0100 +++ b/vamp-test-plugin.cpp Thu Oct 06 14:32:58 2016 +0100 @@ -68,11 +68,11 @@ return library.requestJson(request); } -const char *vampipeProcessRaw(int pluginHandle, +const char *vampipeProcessRaw(int handle, const float *const *inputBuffers, int sec, int nsec) { - return library.processRaw(pluginHandle, inputBuffers, sec, nsec); + return library.processRaw(handle, inputBuffers, sec, nsec); } void vampipeFreeJson(const char *json) {