add autodraw flag + scope
This commit is contained in:
parent
aadb2fee84
commit
a7650f1af3
1 changed files with 18 additions and 3 deletions
|
|
@ -18,7 +18,7 @@ When you write mini notation with "double quotes" or \`backticks\`, the active p
|
||||||
client:idle
|
client:idle
|
||||||
tune={`n("<0 2 1 3 2>*8")
|
tune={`n("<0 2 1 3 2>*8")
|
||||||
.scale("<A1 D2>/4:minor:pentatonic")
|
.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:
|
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")
|
.s("supersaw").lpf(300).lpenv("<4 3 2>*4")
|
||||||
._punchcard()
|
._punchcard()
|
||||||
`}
|
`}
|
||||||
|
autodraw
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<MiniRepl
|
<MiniRepl
|
||||||
client:idle
|
client:idle
|
||||||
tune={`n("<0 2 1 3 2>*8")
|
tune={`n("<0 2 1 3 2>*8")
|
||||||
.scale("<A1 D2>/4:minor:pentatonic")
|
.scale("<A1 D2>/4:minor:pentatonic")
|
||||||
.s("supersaw").lpf(300).lpenv("<4 3 2>*4")
|
.s("supersaw").lpf(300).lpenv("<4 3 2>\*4")
|
||||||
._pianoroll()
|
.\_pianoroll()
|
||||||
`}
|
`}
|
||||||
|
autodraw
|
||||||
/>
|
/>
|
||||||
|
|
||||||
|
## Spiral
|
||||||
|
|
||||||
<MiniRepl
|
<MiniRepl
|
||||||
client:idle
|
client:idle
|
||||||
tune={`n("<0 2 1 3 2>*8")
|
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} /> */}
|
{/* <JsDoc client:idle name="pianoroll" h={0} /> */}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue