annotate 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 |
|
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@48
|
6 piper_vamp_js::PiperAdapter<MatchVampPlugin> adapter(soname,
|
c@48
|
7 { "Time", "Alignment" });
|
c@31
|
8 piper_vamp_js::PiperPluginLibrary library({ &adapter });
|
c@31
|
9
|
c@31
|
10 PIPER_EXPORT_LIBRARY(library);
|
c@31
|
11
|