Mercurial > hg > piper-vamp-js
view VampExamplePlugins.ts @ 93:13245b6ae809
Update adapter code to new configuration+finish structures
author | Chris Cannam <c.cannam@qmul.ac.uk> |
---|---|
date | Mon, 19 Sep 2016 13:42:06 +0100 |
parents | 2fbefc82d460 |
children |
line wrap: on
line source
import {EmscriptenModule} from '../src/Emscripten' declare function VampExamplePluginsModule(): EmscriptenModule; export = VampExamplePluginsModule;