fix: js example

This commit is contained in:
Felix Roos
2025-06-26 14:59:24 +02:00
parent 15f3321b04
commit 82e3f9b837
+4 -4
View File
@@ -117,10 +117,10 @@ Here's the same written in JS:
<MiniRepl
client:idle
tune={`n("<0 2 4 [3 1] -1>*4")
# scale("C4:minor")
# jux(rev)
# dec(.2)
# delay(.5)`}
.scale("C4:minor")
.jux(rev)
.dec(.2)
.delay(.5)`}
/>
### Chaining Functions Locally