Mercurial > hg > piper-vamp-js-builds
diff 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 |
line wrap: on
line diff
--- a/match-vamp-plugin/match-vamp-plugin.cpp Thu Mar 30 16:30:04 2017 +0100 +++ b/match-vamp-plugin/match-vamp-plugin.cpp Wed Jun 14 13:58:45 2017 +0100 @@ -3,7 +3,8 @@ #include "MatchVampPlugin.h" std::string soname("match-vamp-plugin"); -piper_vamp_js::PiperAdapter<MatchVampPlugin> adapter(soname); +piper_vamp_js::PiperAdapter<MatchVampPlugin> adapter(soname, + { "Time", "Alignment" }); piper_vamp_js::PiperPluginLibrary library({ &adapter }); PIPER_EXPORT_LIBRARY(library);