Mercurial > hg > piper-vamp-js-builds
view silvet/silvet.cpp @ 43:f08863ff8a02
Add TIPIC build
author | Chris Cannam <c.cannam@qmul.ac.uk> |
---|---|
date | Tue, 14 Mar 2017 14:40:52 +0000 |
parents | 4b7e9d3a2528 |
children | ac94242cf562 |
line wrap: on
line source
/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */ #include "PiperExport.h" #include "Silvet.h" static std::string soname("silvet"); static piper_vamp_js::PiperAdapter<Silvet> silvetAdapter(soname); static piper_vamp_js::PiperPluginLibrary library({ &silvetAdapter }); PIPER_EXPORT_LIBRARY(library);