mirror of
https://github.com/Tonejs/Tone.js
synced 2024-11-15 00:07:08 +00:00
updating example
This commit is contained in:
parent
dfcbfae824
commit
36db2c3cdc
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ export interface NoiseOptions extends SourceOptions {
|
|||
* "frequency" : "8m",
|
||||
* "min" : 800,
|
||||
* "max" : 15000
|
||||
* }).connect(Tone.Master);
|
||||
* }).connect(Tone.Destination);
|
||||
*
|
||||
* //connect the noise
|
||||
* noise.connect(autoFilter);
|
||||
|
|
Loading…
Reference in a new issue