Tone.js/Tone/instrument/index.ts
2019-09-21 13:10:25 -04:00

6 lines
174 B
TypeScript

export * from "./Synth";
export * from "./Sampler";
export * from "./PolySynth";
export * from "./MembraneSynth";
export * from "./MetalSynth";
export * from "./PluckSynth";