From f43dd8db1b9cfc0ee50d0c4a5bf957c18d14e1d3 Mon Sep 17 00:00:00 2001 From: Felix Roos Date: Sun, 20 Aug 2023 22:41:49 +0200 Subject: [PATCH] add doc --- website/src/pages/learn/synths.mdx | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/website/src/pages/learn/synths.mdx b/website/src/pages/learn/synths.mdx index 3f808e66..6ebf2613 100644 --- a/website/src/pages/learn/synths.mdx +++ b/website/src/pages/learn/synths.mdx @@ -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 + + + +### fmh + + + Next up: [Audio Effects](/learn/effects)...