Tone.js/Tone/instrument/index.ts

12 lines
315 B
TypeScript
Raw Normal View History

2019-10-28 16:43:24 +00:00
export * from "./AMSynth";
export * from "./DuoSynth";
2019-10-29 22:09:10 +00:00
export * from "./FMSynth";
export * from "./MetalSynth";
export * from "./MembraneSynth";
2019-10-29 21:48:59 +00:00
export * from "./MonoSynth";
2019-10-29 22:09:10 +00:00
export * from "./NoiseSynth";
export * from "./PluckSynth";
export * from "./PolySynth";
export * from "./Sampler";
export * from "./Synth";