Tone.js/Tone/source/index.ts

12 lines
452 B
TypeScript
Raw Normal View History

2019-08-30 16:04:03 +00:00
export * from "./Noise";
export * from "./oscillator/Oscillator";
export * from "./oscillator/AMOscillator";
export * from "./oscillator/FMOscillator";
export * from "./oscillator/PulseOscillator";
export * from "./oscillator/FatOscillator";
export * from "./oscillator/PWMOscillator";
export * from "./oscillator/OmniOscillator";
export * from "./oscillator/OscillatorNode";
2019-09-04 22:39:28 +00:00
export * from "./buffer/ToneBufferSource";
2019-08-30 16:04:03 +00:00
export * from "./buffer/Player";