Tone.js/Tone/instrument/index.ts

7 lines
174 B
TypeScript
Raw Normal View History

2019-09-04 22:29:24 +00:00
export * from "./Synth";
export * from "./Sampler";
export * from "./PolySynth";
export * from "./MembraneSynth";
export * from "./MetalSynth";
2019-09-21 17:10:25 +00:00
export * from "./PluckSynth";