Tone.js/Tone/instrument/index.ts
Yotam Mann e437ebd846 updating DuoSynth so it passes tests
thanks @this-fifo!
2019-11-03 17:45:50 -05:00

11 lines
315 B
TypeScript

export * from "./AMSynth";
export * from "./DuoSynth";
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";