Tone.js/Tone/instrument/index.ts
Yotam Mann c81364610c converting polysynth to typescript
slightly updated API includes voice stealing
2019-08-12 00:16:03 -04:00

3 lines
111 B
TypeScript

export { Synth } from "./Synth";
export { Sampler } from "./Sampler";
export { PolySynth } from "./PolySynth";