mirror of
https://github.com/Tonejs/Tone.js
synced 2024-12-26 19:43:12 +00:00
e437ebd846
thanks @this-fifo!
11 lines
315 B
TypeScript
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";
|