From daf27ed971bd3fa54e15a231ec36529c1d6d6ca1 Mon Sep 17 00:00:00 2001 From: scrappy_fiddler Date: Mon, 23 Feb 2026 00:11:17 +0100 Subject: [PATCH] added lfo documentation --- website/src/config.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/website/src/config.ts b/website/src/config.ts index eb8bd1af8..eb098d009 100644 --- a/website/src/config.ts +++ b/website/src/config.ts @@ -98,6 +98,7 @@ export const SIDEBAR: Sidebar = { { text: 'Random Modifiers', link: 'learn/random-modifiers' }, { text: 'Conditional Modifiers', link: 'learn/conditional-modifiers' }, { text: 'Accumulation', link: 'learn/accumulation' }, + { text: 'LFOs', link: 'learn/lfo' }, { text: 'Tonal Functions', link: 'learn/tonal' }, { text: 'Stepwise Functions', link: 'learn/stepwise' }, ],