update german tutorial

This commit is contained in:
Felix Roos 2024-04-11 11:58:38 +02:00
parent 83eedcb2f5
commit 559f31792f
4 changed files with 76 additions and 36 deletions

View file

@ -170,7 +170,13 @@ which is useful for longer melodies too:
Try adding more notes inside the brackets and notice how the tempo stays the same.
The angle brackets are actually just a shortcut for `[...]/x` where `x` is the number of elements inside the brackets!
The angle brackets are actually just a shortcut:
`<a b c>` = `[a b c]/3`
`<a b c d>` = `[a b c d]/4`
...
</Box>

View file

@ -168,8 +168,6 @@ Try also changing the number at the end to change the tempo!
**changing the tempo with cpm**
You can change the overall tempo with `.cpm(...)`:
<MiniRepl client:visible tune={`sound("<bd hh rim hh>*8").cpm(90/4)`} punchcard />
<Box>