Mercurial > hg > piper-vamp-js
view VampExamplePlugins.ts @ 66:08d80862b69c
-ffast-math is not a great idea as a default flag, because some plugins won't work correctly with it. Also allow people to override these
author | Chris Cannam |
---|---|
date | Sat, 12 Nov 2016 09:58:24 +0000 |
parents | 6871a49ccf17 |
children |
line wrap: on
line source
import {EmscriptenModule} from '../src/Emscripten' declare function VampExamplePluginsModule(): EmscriptenModule; export = VampExamplePluginsModule;