Tone.js/Tone/source/index.ts
2019-09-04 18:40:28 -04:00

11 lines
456 B
TypeScript

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/ToneOscillatorNode";
export * from "./buffer/ToneBufferSource";
export * from "./buffer/Player";