Mercurial > hg > piper-vamp-js-builds
view tipic/tipic.cpp @ 44:9c15e0964151
Try this (but it's not enough either)
author | Chris Cannam <c.cannam@qmul.ac.uk> |
---|---|
date | Thu, 23 Mar 2017 14:03:28 +0000 |
parents | f08863ff8a02 |
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 "TipicVampPlugin.h" using piper_vamp_js::PiperAdapter; using piper_vamp_js::PiperPluginLibrary; static std::string soname("tipic"); static PiperAdapter<Tipic> tipicAdapter(soname); static PiperPluginLibrary library({ &tipicAdapter }); PIPER_EXPORT_LIBRARY(library);