Mercurial > hg > piper-vamp-js
view VampTestPlugin.ts @ 106:1ab9634703ca
Add QM Vamp Plugins build, and separate out object file builds (so we can use the C compiler for .c files). Problem is we are now building in the "client project"'s own directory, so conflicting with its own native .o files -- to be revised.
author | Chris Cannam <c.cannam@qmul.ac.uk> |
---|---|
date | Fri, 30 Sep 2016 19:06:02 +0100 |
parents | 498f36aab7d4 |
children |
line wrap: on
line source
import {EmscriptenModule} from '../src/Emscripten' declare function VampTestPluginModule(): EmscriptenModule; export = VampTestPluginModule;