add autodraw flag + scope

This commit is contained in:
Felix Roos 2024-06-02 03:08:16 +02:00
parent aadb2fee84
commit a7650f1af3

View File

@ -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("<A1 D2>/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
/>
<MiniRepl
client:idle
tune={`n("<0 2 1 3 2>*8")
.scale("<A1 D2>/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
<MiniRepl
client:idle
tune={`n("<0 2 1 3 2>*8")
@ -60,4 +64,15 @@ You can change the color as well, even pattern it:
`}
/>
## Scope
<MiniRepl
client:idle
tune={`n("<0 2 1 3 2>*8")
.scale("<A1 D2>/4:minor:pentatonic")
.s("supersaw").lpf(300).lpenv("<4 3 2>*4")
._scope()
`}
/>
{/* <JsDoc client:idle name="pianoroll" h={0} /> */}