Mercurial > hg > piper-vamp-js-builds
annotate match-vamp-plugin/match-vamp-plugin.cpp @ 4:2d333f7f8a20
Add MATCH build, and update INCPATH -> INCLUDES
author | Chris Cannam |
---|---|
date | Thu, 10 Nov 2016 19:00:13 +0000 |
parents | |
children | ac94242cf562 |
rev | line source |
---|---|
Chris@4 | 1 |
Chris@4 | 2 #include "PiperExport.h" |
Chris@4 | 3 #include "MatchVampPlugin.h" |
Chris@4 | 4 |
Chris@4 | 5 std::string soname("match-vamp-plugin"); |
Chris@4 | 6 piper_vamp_js::PiperAdapter<MatchVampPlugin> adapter(soname); |
Chris@4 | 7 piper_vamp_js::PiperPluginLibrary library({ &adapter }); |
Chris@4 | 8 |
Chris@4 | 9 PIPER_EXPORT_LIBRARY(library); |
Chris@4 | 10 |