diff --git a/website/src/pages/learn/visual-feedback.mdx b/website/src/pages/learn/visual-feedback.mdx index b854cd0b..cd76ca79 100644 --- a/website/src/pages/learn/visual-feedback.mdx +++ b/website/src/pages/learn/visual-feedback.mdx @@ -18,7 +18,7 @@ When you write mini notation with "double quotes" or \`backticks\`, the active p client:idle tune={`n("<0 2 1 3 2>*8") .scale("/4:minor:pentatonic") -.s("supersaw").lpf(300).lpenv("<4 3 2>*4")`} +.s("supersaw").lpf(300).lpenv("<4 3 2>\*4")`} /> You can change the color as well, even pattern it: @@ -40,17 +40,21 @@ You can change the color as well, even pattern it: .s("supersaw").lpf(300).lpenv("<4 3 2>*4") ._punchcard() `} + autodraw /> *8") .scale("/4:minor:pentatonic") -.s("supersaw").lpf(300).lpenv("<4 3 2>*4") -._pianoroll() +.s("supersaw").lpf(300).lpenv("<4 3 2>\*4") +.\_pianoroll() `} + autodraw /> +## Spiral + *8") @@ -60,4 +64,15 @@ You can change the color as well, even pattern it: `} /> +## Scope + +*8") +.scale("/4:minor:pentatonic") +.s("supersaw").lpf(300).lpenv("<4 3 2>*4") +._scope() +`} +/> + {/* */}