Tone.js/Tone/instrument/index.ts
2019-10-29 18:09:10 -04:00

10 lines
287 B
TypeScript

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