begin "understanding voicings"

This commit is contained in:
Felix Roos 2024-05-16 03:36:35 +02:00
parent e268802f3c
commit 95ae5191ce
2 changed files with 197 additions and 0 deletions

View file

@ -99,6 +99,7 @@ export const SIDEBAR: Sidebar = {
{ text: 'Coding syntax', link: 'learn/code' },
{ text: 'Pitch', link: 'understand/pitch' },
{ text: 'Cycles', link: 'understand/cycles' },
{ text: 'Voicings', link: 'understand/voicings' },
{ text: 'Pattern Alignment', link: 'technical-manual/alignment' },
{ text: 'Strudel vs Tidal', link: 'learn/strudel-vs-tidal' },
],