Mercurial > hg > piper-vamp-js-builds
comparison match-vamp-plugin/match-vamp-plugin.cpp @ 21:ac94242cf562
Update .cpp main files with metadata from generator
author | Chris Cannam |
---|---|
date | Wed, 14 Jun 2017 13:58:45 +0100 |
parents | 2d333f7f8a20 |
children |
comparison
equal
deleted
inserted
replaced
20:c40d66bf4ba9 | 21:ac94242cf562 |
---|---|
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 |