Mercurial > hg > piper-vamp-js
diff example.cpp @ 46:b780e56eebb4
Update to match current namespaces etc in piper-cpp
author | Chris Cannam |
---|---|
date | Thu, 13 Oct 2016 18:13:55 +0100 |
parents | 90bf9d9f9c95 |
children |
line wrap: on
line diff
--- a/example.cpp Thu Oct 13 14:37:15 2016 +0100 +++ b/example.cpp Thu Oct 13 18:13:55 2016 +0100 @@ -42,8 +42,8 @@ #include "examples/AmplitudeFollower.h" #include "examples/PowerSpectrum.h" -using piper::PiperAdapter; -using piper::PiperPluginLibrary; +using piper_vamp_js::PiperAdapter; +using piper_vamp_js::PiperPluginLibrary; static std::string soname("vamp-example-plugins");