mirror of
https://github.com/Tonejs/Tone.js
synced 2024-11-15 00:07:08 +00:00
removing old docs
This commit is contained in:
parent
d788183425
commit
3ff63aba87
1 changed files with 0 additions and 3 deletions
|
@ -18,9 +18,6 @@ interface ToneAudioBufferOptions {
|
|||
* AudioBuffer loading and storage. ToneAudioBuffer is used internally by all
|
||||
* classes that make requests for audio files such as Tone.Player,
|
||||
* Tone.Sampler and Tone.Convolver.
|
||||
* Aside from load callbacks from individual buffers, ToneAudioBuffer
|
||||
* provides events which keep track of the loading progress
|
||||
* of _all_ of the buffers. These are ToneAudioBuffer.on("load" / "progress" / "error")
|
||||
* @example
|
||||
* const buffer = new Tone.ToneAudioBuffer("https://tonejs.github.io/audio/casio/A1.mp3", () => {
|
||||
* console.log("loaded");
|
||||
|
|
Loading…
Reference in a new issue