annotate match-vamp-plugin/match-vamp-plugin.cpp @ 37:e7e0e634af46

More tidying
author Chris Cannam <c.cannam@qmul.ac.uk>
date Fri, 11 Nov 2016 17:12:31 +0000
parents 6990ca4ee720
children ac94242cf562
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@31 6 piper_vamp_js::PiperAdapter<MatchVampPlugin> adapter(soname);
c@31 7 piper_vamp_js::PiperPluginLibrary library({ &adapter });
c@31 8
c@31 9 PIPER_EXPORT_LIBRARY(library);
c@31 10