fix: format

This commit is contained in:
Felix Roos 2023-06-08 20:55:26 +02:00
parent f8c3e3d5aa
commit ffffdd2d7d
2 changed files with 1 additions and 2 deletions

View File

@ -187,4 +187,4 @@ Why is this? [Human hearing operates logarithmically](https://www.audiocheck.net
## getting-started
## sounds
## sounds

View File

@ -66,4 +66,3 @@ This page is just a listing of all functions covered in the workshop!
| add | add numbers / notes | <MiniRepl hideHeader client:visible tune={`n("0 2 4 6".add("<0 1 2 1>")).scale("C:minor")`} /> |
| ply | speed up each event n times | <MiniRepl hideHeader client:visible tune={`s("bd sd").ply("<1 2 3>")`} /> |
| off | copy, shift time & modify | <MiniRepl hideHeader client:visible tune={`s("bd sd, hh*4").off(1/8, x=>x.speed(2))`} /> |