mirror of
https://codeberg.org/uzu/strudel
synced 2026-09-04 22:52:55 -04:00
Format fix
This commit is contained in:
@@ -156,7 +156,7 @@ But to play multiple chords in a sequence, we have to wrap them in brackets:
|
||||
|
||||
## Elongation
|
||||
|
||||
With the "_" symbol, we can manually extend the duration of an event:
|
||||
With the "\_" symbol, we can manually extend the duration of an event:
|
||||
|
||||
<MiniRepl client:idle tune={`note("<[g3,b3,e4] _ _ [a3,c3,e4] [b3,d3,f#4]>*2")`} punchcard />
|
||||
|
||||
@@ -182,7 +182,6 @@ We can include a number after the "?" to represent the probability of being drop
|
||||
|
||||
<MiniRepl client:idle tune={`note("<[g3,b3,e4]? [a3,c3,e4]?0.9 [b3,d3,f#4]>*2")`} punchcard />
|
||||
|
||||
|
||||
## Mini-notation review
|
||||
|
||||
To recap what we've learned so far, compare the following patterns:
|
||||
@@ -196,7 +195,6 @@ To recap what we've learned so far, compare the following patterns:
|
||||
<MiniRepl client:idle tune={`note("<[g3,b3,e4]!2 [a3,c3,e4] [b3,d3,f#4]>*2")`} />
|
||||
<MiniRepl client:idle tune={`note("<[g3,b3,e4]?0.9 [a3,c3,e4] [b3,d3,f#4]>*2")`} />
|
||||
|
||||
|
||||
## Euclidian rhythms
|
||||
|
||||
Using round brackets after an event, we can create rhythmical sub-divisions based on three parameters: `beats`, `segments` and `offset`.
|
||||
|
||||
Reference in New Issue
Block a user