Tone.js/Tone/source/index.ts
2019-09-20 11:06:40 -04:00

13 lines
528 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";
export * from "./buffer/Players";
export * from "./buffer/GrainPlayer";