codeformat

This commit is contained in:
Jack Armitage 2022-12-26 11:30:01 +00:00
parent 858f4f74b3
commit 51a4c4d13b
8 changed files with 60 additions and 40 deletions

View file

@ -200,7 +200,7 @@ Let's look at those three parameters in detail.
## Beats
`beats`: the first parameter controls how may beats will be played.
`beats`: the first parameter controls how may beats will be played.
Compare these:
<MiniRepl client:idle tune={`s("bd(2,8)")`} />
@ -217,7 +217,7 @@ Compare these:
## Offsets
`offset`: the third (optional) parameter controls the starting position for distributing the beats.
`offset`: the third (optional) parameter controls the starting position for distributing the beats.
We need a secondary rhythm to hear the difference:
<MiniRepl client:idle tune={`s("bd(3,8,0), hh cp")`} />
@ -232,4 +232,4 @@ Starting with this one `n`, can you make a _pattern string_ that uses every sing
<MiniRepl client:idle tune={`n("60")`} />
<br/>
<br />