This commit is contained in:
Felix Roos 2023-08-20 22:41:49 +02:00
parent badda165fe
commit f43dd8db1b

View File

@ -28,4 +28,14 @@ The power of patterns allows us to sequence any _param_ independently:
Now we not only pattern the notes, but the sound as well!
`sawtooth` `square` and `triangle` are the basic waveforms available in `s`.
## FM Synthesis
### fm
<JsDoc client:idle name="fm" h={0} />
### fmh
<JsDoc client:idle name="fmh" h={0} />
Next up: [Audio Effects](/learn/effects)...