fixing example

This commit is contained in:
Yotam Mann 2019-11-03 18:07:03 -05:00
parent e437ebd846
commit 3d8a8a4897

View file

@ -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