Mercurial > hg > piper-vamp-js
view VampExamplePlugins.ts @ 113:00221fb5b9d2
Ensure finish() can be called even if not configured (otherwise there's no way to dispose of the plugin)
author | Chris Cannam <c.cannam@qmul.ac.uk> |
---|---|
date | Tue, 11 Oct 2016 14:37:12 +0100 |
parents | 2fbefc82d460 |
children |
line wrap: on
line source
import {EmscriptenModule} from '../src/Emscripten' declare function VampExamplePluginsModule(): EmscriptenModule; export = VampExamplePluginsModule;