minor correction

This commit is contained in:
2023-09-02 17:47:31 +02:00
parent 506b2ebe7f
commit a81f50eaa9

View File

@ -19,6 +19,7 @@ rhythm(div(2) ? .5 : .25, div(4) ? 8 : 11, 12) :: sound('hat')
`,
`
// Part-Dieu - Bubobubobubo
bpm(90);
mod(rarely(12) ? .5 : .25) :: sound('ST22')
.note([30, 30, 30, 31].repeatAll(8).div(.5))
.cut(1).n([19, 21].div(.75))