Tone.js/Tone/instrument/index.ts
2019-10-28 12:43:24 -04:00

9 lines
258 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 "./AMSynth";
export * from "./NoiseSynth";