view match-vamp-plugin/match-vamp-plugin.cpp @ 50:ec5b5a9adac2

Overhaul to use Vext for external repos
author Chris Cannam <c.cannam@qmul.ac.uk>
date Wed, 28 Jun 2017 10:49:26 +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);