Mercurial > hg > piper-vamp-js-builds
view match-vamp-plugin/match-vamp-plugin.cpp @ 40:b08fb0bdb159
Bring in example plugins and test plugin. It's not very DRY but it is quite useful
author | Chris Cannam <c.cannam@qmul.ac.uk> |
---|---|
date | Fri, 11 Nov 2016 17:37:38 +0000 |
parents | 6990ca4ee720 |
children | ac94242cf562 |
line wrap: on
line source
#include "PiperExport.h" #include "MatchVampPlugin.h" std::string soname("match-vamp-plugin"); piper_vamp_js::PiperAdapter<MatchVampPlugin> adapter(soname); piper_vamp_js::PiperPluginLibrary library({ &adapter }); PIPER_EXPORT_LIBRARY(library);