view VampExamplePlugins.ts @ 88:6c4b43298968

Introduce a new layer to abstract away plugin construction, so plugins needing more constructor arguments can easily be dealt with
author Chris Cannam <c.cannam@qmul.ac.uk>
date Wed, 14 Sep 2016 17:58:41 +0100
parents 2fbefc82d460
children
line wrap: on
line source
import {EmscriptenModule} from '../src/Emscripten'

declare function VampExamplePluginsModule(): EmscriptenModule;
export = VampExamplePluginsModule;