This commit is contained in:
Jade (Rose) Rowland 2024-03-07 23:35:04 -05:00
parent 524109056f
commit f1700d5e47
2 changed files with 3 additions and 3 deletions

View File

@ -65,7 +65,7 @@ superdough({ s: 'bd', delay: 0.5 }, 0, 1);
- `bandf`: band pass filter cutoff - `bandf`: band pass filter cutoff
- `bandq`: band pass filter resonance - `bandq`: band pass filter resonance
- `crush`: amplitude bit crusher using given number of bits - `crush`: amplitude bit crusher using given number of bits
- `shape`: distortion effect from 0 (none) to 1 (full). might get loud! - `distort`: distortion effect. might get loud!
- `pan`: stereo panning from 0 (left) to 1 (right) - `pan`: stereo panning from 0 (left) to 1 (right)
- `phaser`: sets the speed of the modulation - `phaser`: sets the speed of the modulation
- `phaserdepth`: the amount the signal is affected by the phaser effect. - `phaserdepth`: the amount the signal is affected by the phaser effect.

View File

@ -238,9 +238,9 @@ Let's break down all pitch envelope controls:
<JsDoc client:idle name="crush" h={0} /> <JsDoc client:idle name="crush" h={0} />
## shape ## distort
<JsDoc client:idle name="shape" h={0} /> <JsDoc client:idle name="distort" h={0} />
# Global Effects # Global Effects