view 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 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);