Mercurial > hg > piper-vamp-js-builds
view match-vamp-plugin/match-vamp-plugin.cpp @ 56:5e9027b32179 tip master
Fixes for updated subrepos
author | Chris Cannam <cannam@all-day-breakfast.com> |
---|---|
date | Wed, 16 May 2018 15:51:14 +0100 |
parents | 4d450d496793 |
children |
line wrap: on
line source
#include "PiperExport.h" #include "MatchVampPlugin.h" std::string soname("match-vamp-plugin"); piper_vamp_js::PiperAdapter<MatchVampPlugin> adapter(soname, { "Time", "Alignment" }); piper_vamp_js::PiperPluginLibrary library({ &adapter }); PIPER_EXPORT_LIBRARY(library);