use dec instead of ds

This commit is contained in:
Felix Roos 2024-05-28 22:41:37 +02:00
parent bf5e66d69a
commit 35e9385f59
2 changed files with 2 additions and 2 deletions

View File

@ -147,7 +147,7 @@ Probier `ply` mit einem pattern zu automatisieren, z.b. `"<1 2 1 3>"`
.off(1/8, x=>x.add(4))
//.off(1/4, x=>x.add(7))
).scale("<C5:minor Db5:mixolydian>/4")
.s("triangle").room(.5).ds(".1:0").delay(.5)`}
.s("triangle").room(.5).dec(.1).delay(.5)`}
punchcard
/>

View File

@ -145,7 +145,7 @@ Try patterning the `ply` function, for example using `"<1 2 1 3>"`
.off(1/16, x=>x.add(4))
//.off(1/8, x=>x.add(7))
).scale("<C5:minor Db5:mixolydian>/2")
.s("triangle").room(.5).ds("0.1:0")`}
.s("triangle").room(.5).dec(.1)`}
punchcard
/>