fix: js example
This commit is contained in:
parent
15f3321b04
commit
82e3f9b837
1 changed files with 4 additions and 4 deletions
|
|
@ -117,10 +117,10 @@ Here's the same written in JS:
|
||||||
<MiniRepl
|
<MiniRepl
|
||||||
client:idle
|
client:idle
|
||||||
tune={`n("<0 2 4 [3 1] -1>*4")
|
tune={`n("<0 2 4 [3 1] -1>*4")
|
||||||
# scale("C4:minor")
|
.scale("C4:minor")
|
||||||
# jux(rev)
|
.jux(rev)
|
||||||
# dec(.2)
|
.dec(.2)
|
||||||
# delay(.5)`}
|
.delay(.5)`}
|
||||||
/>
|
/>
|
||||||
|
|
||||||
### Chaining Functions Locally
|
### Chaining Functions Locally
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue