Mercurial > hg > piper-vamp-js-builds
comparison match-vamp-plugin/match-vamp-plugin.cpp @ 48:4d450d496793
Update .cpp main files with metadata from generator
author | Chris Cannam <c.cannam@qmul.ac.uk> |
---|---|
date | Wed, 14 Jun 2017 13:58:45 +0100 |
parents | 6990ca4ee720 |
children |
comparison
equal
deleted
inserted
replaced
47:1c1bad814d02 | 48:4d450d496793 |
---|---|
1 | 1 |
2 #include "PiperExport.h" | 2 #include "PiperExport.h" |
3 #include "MatchVampPlugin.h" | 3 #include "MatchVampPlugin.h" |
4 | 4 |
5 std::string soname("match-vamp-plugin"); | 5 std::string soname("match-vamp-plugin"); |
6 piper_vamp_js::PiperAdapter<MatchVampPlugin> adapter(soname); | 6 piper_vamp_js::PiperAdapter<MatchVampPlugin> adapter(soname, |
7 { "Time", "Alignment" }); | |
7 piper_vamp_js::PiperPluginLibrary library({ &adapter }); | 8 piper_vamp_js::PiperPluginLibrary library({ &adapter }); |
8 | 9 |
9 PIPER_EXPORT_LIBRARY(library); | 10 PIPER_EXPORT_LIBRARY(library); |
10 | 11 |