Tone.js/Tone/instrument/index.ts
2019-10-07 13:57:09 -04:00

7 lines
201 B
TypeScript

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