mirror of
https://github.com/Tonejs/Tone.js
synced 2024-11-16 00:27:58 +00:00
exposing ToneAudioBuffers
This commit is contained in:
parent
6160d4ec70
commit
dd0158d0bf
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@ export { Context } from "./context/Context";
|
|||
export { OfflineContext } from "./context/OfflineContext";
|
||||
export { Offline } from "./context/Offline";
|
||||
export { ToneAudioBuffer } from "./context/ToneAudioBuffer";
|
||||
export { ToneAudioBuffers } from "./context/ToneAudioBuffers";
|
||||
export { Delay } from "./context/Delay";
|
||||
export { Clock } from "./clock/Clock";
|
||||
export { Frequency } from "./type/Frequency";
|
||||
|
|
Loading…
Reference in a new issue