This commit is contained in:
Bubobubobubobubo
2023-09-02 15:48:24 +00:00
parent 3c8984380a
commit 0d13dbe2bf
2 changed files with 2 additions and 1 deletions

View File

@ -18,6 +18,7 @@ rhythm(div(2) ? .5 : .25, div(4) ? 8 : 11, 12) :: sound('hat')
.orbit(3).room(0.5).size(0.5).n(0).out()
`,`
// 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))