mirror of
https://github.com/Tonejs/Tone.js
synced 2024-11-15 08:17:07 +00:00
fixing example
This commit is contained in:
parent
e437ebd846
commit
3d8a8a4897
1 changed files with 2 additions and 2 deletions
|
@ -24,10 +24,10 @@ export interface NoiseOptions extends SourceOptions {
|
|||
* const noise = new Noise("pink").start();
|
||||
* // make an autofilter to shape the noise
|
||||
* const autoFilter = new AutoFilter({
|
||||
* frequency: "8m",
|
||||
* frequency: "8n",
|
||||
* baseFrequency: 200,
|
||||
* octaves: 8
|
||||
* }).toDestination();
|
||||
* }).toDestination().start();
|
||||
* // connect the noise
|
||||
* noise.connect(autoFilter);
|
||||
* // start the autofilter LFO
|
||||
|
|
Loading…
Reference in a new issue