Tone.js/Tone/source/index.ts
2019-09-09 23:39:32 -04:00

12 lines
490 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";