more logical naming + update docs

This commit is contained in:
Felix Roos 2023-10-03 08:35:15 +02:00
parent dcd75e0384
commit a3649148c1
3 changed files with 47 additions and 34 deletions

View file

@ -183,36 +183,40 @@ global effects use the same chain for all events of the same orbit:
<JsDoc client:idle name="orbit" h={0} />
## delay
## Delay
### delay
<JsDoc client:idle name="delay" h={0} />
## delaytime
### delaytime
<JsDoc client:idle name="delaytime" h={0} />
## delayfeedback
### delayfeedback
<JsDoc client:idle name="delayfeedback" h={0} />
## room
## Reverb
### room
<JsDoc client:idle name="room" h={0} />
## roomsize
### roomsize
<JsDoc client:idle name="roomsize" h={0} />
## fade
### roomfade
<JsDoc client:idle name="fade" h={0} />
<JsDoc client:idle name="roomfade" h={0} />
## revlp
### roomlp
<JsDoc client:idle name="revlp" h={0} />
<JsDoc client:idle name="roomlp" h={0} />
## revdim
### roomdim
<JsDoc client:idle name="revdim" h={0} />
<JsDoc client:idle name="roomdim" h={0} />
Next, we'll look at strudel's support for [Csound](/learn/csound).