hotfix: css + sn -> sd
This commit is contained in:
parent
ef4d9a13ed
commit
26be10f937
2 changed files with 3 additions and 3 deletions
|
|
@ -28,9 +28,9 @@ Strudel however runs directly in your web browser, does not require any custom s
|
|||
The main place to actually make music with Strudel is the [Strudel REPL](https://strudel.tidalcycles.org/) ([what is a REPL?](https://en.wikipedia.org/wiki/Read%E2%80%93eval%E2%80%93print_loop)), but in these pages you will also encounter interactive "MiniREPLs" where you can listen to and edit Strudel patterns.
|
||||
Try clicking the play icon below:
|
||||
|
||||
<MiniRepl client:idle tune={`s("bd sn")`} />
|
||||
<MiniRepl client:idle tune={`s("bd sd")`} />
|
||||
|
||||
Then edit the text so it reads `s("bd sn cp hh")` and click the refresh icon.
|
||||
Then edit the text so it reads `s("bd sd cp hh")` and click the refresh icon.
|
||||
Congratulations, you have now live coded your first Strudel pattern!
|
||||
|
||||
With Strudel, you can expressively write dynamic music pieces.
|
||||
|
|
|
|||
|
|
@ -8,6 +8,6 @@ body {
|
|||
display: none !important;
|
||||
}
|
||||
|
||||
h1 {
|
||||
.prose > h1 {
|
||||
padding-top: 30px;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue