optimize sounds chapter after teach test

This commit is contained in:
Felix Roos 2023-06-09 00:26:40 +02:00
parent 3ccbd35fad
commit c287ff554c
4 changed files with 97 additions and 37 deletions

View file

@ -279,7 +279,7 @@ By the way, inside Mini-Notation, `fast` is `*` and `slow` is `/`.
Instead of changing values stepwise, we can also control them with signals:
<MiniRepl hideHeader client:visible tune={`sound("hh*16").gain(sine)`} punchcard />
<MiniRepl hideHeader client:visible tune={`sound("hh*16").gain(sine)`} punchcard punchcardLabels={false} />
<Box>

View file

@ -195,7 +195,7 @@ It is quite common that there are many ways to express the same idea.
client:visible
tune={`sound(\`bd*2, ~ cp,
~ ~ ~ oh, hh*4,
[~ sawtooth]*2\`)`}
[~ casio]*2\`)`}
punchcard
/>