Mercurial > hg > piper-vamp-js
view VampTestPlugin.ts @ 114:c14520102b46
Update native-code example for Piper
author | Chris Cannam <c.cannam@qmul.ac.uk> |
---|---|
date | Thu, 13 Oct 2016 14:37:15 +0100 |
parents | 498f36aab7d4 |
children |
line wrap: on
line source
import {EmscriptenModule} from '../src/Emscripten' declare function VampTestPluginModule(): EmscriptenModule; export = VampTestPluginModule;