Tone.js/Tone/instrument/index.ts
2019-10-07 17:02:41 -04:00

8 lines
231 B
TypeScript

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