Tone.js/Tone/instrument/index.ts

3 lines
70 B
TypeScript
Raw Normal View History

2019-07-18 18:48:02 +00:00
export { Synth } from "./Synth";
2019-07-25 15:29:36 +00:00
export { Sampler } from "./Sampler";