mirror of
https://github.com/eliasstepanik/strudel-docker.git
synced 2026-01-14 07:08:30 +00:00
Merge pull request #982 from daslyfe/fix_distort_doc
replace shape with distort in learn doc
This commit is contained in:
commit
0875e805b4
@ -65,7 +65,7 @@ superdough({ s: 'bd', delay: 0.5 }, 0, 1);
|
||||
- `bandf`: band pass filter cutoff
|
||||
- `bandq`: band pass filter resonance
|
||||
- `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)
|
||||
- `phaser`: sets the speed of the modulation
|
||||
- `phaserdepth`: the amount the signal is affected by the phaser effect.
|
||||
|
||||
@ -238,9 +238,9 @@ Let's break down all pitch envelope controls:
|
||||
|
||||
<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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user