Mercurial > hg > piper-vamp-js
view VampExamplePlugins.ts @ 27:65fa1b372648
Include plugin pointer in ConfigurationResponse - otherwise the conversion of ConfigurationResponse to JSON fails
author | Chris Cannam |
---|---|
date | Mon, 19 Sep 2016 15:52:28 +0100 |
parents | 6871a49ccf17 |
children |
line wrap: on
line source
import {EmscriptenModule} from '../src/Emscripten' declare function VampExamplePluginsModule(): EmscriptenModule; export = VampExamplePluginsModule;