Mercurial > hg > piper-vamp-js-builds
annotate match-vamp-plugin/match-vamp-plugin.cpp @ 53:f8110ba54f1b
Update vext
author | Chris Cannam <c.cannam@qmul.ac.uk> |
---|---|
date | Mon, 17 Jul 2017 16:07:46 +0100 |
parents | 4d450d496793 |
children |
rev | line source |
---|---|
c@31 | 1 |
c@31 | 2 #include "PiperExport.h" |
c@31 | 3 #include "MatchVampPlugin.h" |
c@31 | 4 |
c@31 | 5 std::string soname("match-vamp-plugin"); |
c@48 | 6 piper_vamp_js::PiperAdapter<MatchVampPlugin> adapter(soname, |
c@48 | 7 { "Time", "Alignment" }); |
c@31 | 8 piper_vamp_js::PiperPluginLibrary library({ &adapter }); |
c@31 | 9 |
c@31 | 10 PIPER_EXPORT_LIBRARY(library); |
c@31 | 11 |