mirror of
https://github.com/eliasstepanik/strudel-docker.git
synced 2026-01-14 07:08:30 +00:00
add autodraw flag + scope
This commit is contained in:
parent
aadb2fee84
commit
a7650f1af3
@ -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} /> */}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user