Tone.js/Tone/instrument/index.ts

5 lines
160 B
TypeScript
Raw Normal View History

2019-07-18 18:48:02 +00:00
export { Synth } from "./Synth";
2019-07-25 15:29:36 +00:00
export { Sampler } from "./Sampler";
export { PolySynth } from "./PolySynth";
2019-08-16 17:57:38 +00:00
export { MembraneSynth } from "./MembraneSynth";