mirror of
https://github.com/Tonejs/Tone.js
synced 2024-12-27 03:53:07 +00:00
6 lines
174 B
TypeScript
6 lines
174 B
TypeScript
export * from "./Synth";
|
|
export * from "./Sampler";
|
|
export * from "./PolySynth";
|
|
export * from "./MembraneSynth";
|
|
export * from "./MetalSynth";
|
|
export * from "./PluckSynth";
|