Mercurial > hg > piper-vamp-js
diff example.cpp @ 109:9d20eb251fbc
Update again to latest plugin-terminology-free schema
author | Chris Cannam <c.cannam@qmul.ac.uk> |
---|---|
date | Thu, 06 Oct 2016 14:32:58 +0100 |
parents | a6ab5fd80eb7 |
children | 90bf9d9f9c95 |
line wrap: on
line diff
--- a/example.cpp Wed Oct 05 18:00:58 2016 +0100 +++ b/example.cpp Thu Oct 06 14:32:58 2016 +0100 @@ -69,11 +69,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) {