Add random modifiers docs to its own page

This commit is contained in:
Alexandre Gravel-Raymond 2024-03-24 14:15:01 +01:00
parent af35a1af09
commit e6eb6c19a8
3 changed files with 87 additions and 77 deletions

View file

@ -90,6 +90,7 @@ export const SIDEBAR: Sidebar = {
{ text: 'Time Modifiers', link: 'learn/time-modifiers' },
{ text: 'Control Parameters', link: 'functions/value-modifiers' },
{ text: 'Signals', link: 'learn/signals' },
{ text: 'Random Modifiers', link: 'learn/random-modifiers' },
{ text: 'Conditional Modifiers', link: 'learn/conditional-modifiers' },
{ text: 'Accumulation', link: 'learn/accumulation' },
{ text: 'Tonal Functions', link: 'learn/tonal' },