Mercurial > hg > piper-vamp-js
diff example.cpp @ 85:1a9ba1c08f9e
Merge from branch process-noparse
author | Chris Cannam <c.cannam@qmul.ac.uk> |
---|---|
date | Wed, 14 Sep 2016 14:43:37 +0100 |
parents | a6ab5fd80eb7 |
children | a734a7e976fa |
line wrap: on
line diff
--- a/example.cpp Thu Sep 08 15:27:48 2016 +0100 +++ b/example.cpp Wed Sep 14 14:43:37 2016 +0100 @@ -69,6 +69,13 @@ return library.requestJson(request); } +const char *vampipeProcessRaw(int pluginHandle, + const float *const *inputBuffers, + int sec, + int nsec) { + return library.processRaw(pluginHandle, inputBuffers, sec, nsec); +} + void vampipeFreeJson(const char *json) { return library.freeJson(json); }