mirror of
https://github.com/Tonejs/Tone.js
synced 2024-11-16 08:38:00 +00:00
adding Omni to source export
This commit is contained in:
parent
0101edf173
commit
70e945396d
1 changed files with 1 additions and 0 deletions
|
@ -5,5 +5,6 @@ export { FMOscillator } from "./oscillator/FMOscillator";
|
|||
export { PulseOscillator } from "./oscillator/PulseOscillator";
|
||||
export { FatOscillator } from "./oscillator/FatOscillator";
|
||||
export { PWMOscillator } from "./oscillator/PWMOscillator";
|
||||
export { OmniOscillator } from "./oscillator/OmniOscillator";
|
||||
export { ToneOscillatorNode } from "./oscillator/OscillatorNode";
|
||||
export { ToneBufferSource } from "./buffer/BufferSource";
|
||||
|
|
Loading…
Reference in a new issue