hide mini repl headers + improve workshop

This commit is contained in:
Felix Roos 2023-05-26 16:05:53 +02:00
parent 82225f0b81
commit 0d6fcf78d8
4 changed files with 179 additions and 91 deletions

View file

@ -1,4 +1,11 @@
Everythings repeats once per second => 1 **c**ycle **p**er **s**econd (cps)
<Box>
1. press play button to start
2. change `house` to `casio`
3. press refresh button to update
4. press stop button to stop
</Box>
**Change tempo**
@ -33,5 +40,17 @@ adding your own samples
punchcard
/>
n(run(8)).sound("east")
n(run(8)).sound("east")
Shorter variant:
<MiniRepl
hideHeader
client:visible
tune={`sound(\`
[~ ~ oh ~ ] ~ ~ ~,
[hh*2 ~] hh*2 hh*2 hh*2,
[~ cp]*2,
bd [~ ~ ~ bd] [~ bd] [~ ~ ~ bd]
\`).cpm(90/4)`}
/>