Strudelify

i like the flowers

Misc Traditional

KeyC majorTempo120 bpm
0:00/0:00
// i like the flowers — Misc Traditional
// 120 bpm, 4/4, key C major. Source: midi.
// Generated by strudelify. One cycle = one bar.
// note: Transcription provider: pdmx. https://musescore.com/score/6374836; license: https://creativecommons.org/publicdomain/zero/1.0/
// note: Full arrangement: all 17 bars on a 16-step grid, each part at one level. Source detail keeps the original performance.
setcpm(120/4)

// Notation: c3@3 lasts 3 steps · ~ is a rest · [c3,e3] is a chord · "a, b" plays two voices at once.
// A part's distinct bars are riffs (A, B, C...) played in order: edit a riff to change every repeat.

// chords · piano
const piano = note("<A B C D A B C D A B C D A B C D E>".pickRestart({
  A: "~@4 [c4,e4,g4]@3 [c4,e4,g4] a2@3 ~ [a3,c4,e4]@3 [a3,c4,e4], c3@8 ~@3 a2@5", // C Am
  B: "f2@3 f2 [f3,a3,c4]@3 [f3,a3,c4] g2@3 g2 [g3,b3,d4]@3 [g3,b3,d4]", // F G
  C: "[c2,c3]@3 [c2,c3] [c4,e4,g4]@3 [c4,e4,g4] [a1,a2]@3 [a1,a2] [a3,c4,e4]@3 [a3,c4,e4]", // C A Am
  D: "[f1,f2]@3 [f1,f2] [f3,a3,c4]@3 [f3,a3,c4] [g1,g2]@3 [g1,g2] [g3,b3,d4]@3 [g3,b3,d4]", // F G
  E: "~ c5@7, [c2,c3,c4], ~ [e4,g4]@15", // C Em
})).s("gm_piano").gain(0.13)

// chords · piano
const piano_2 = note("<A B A B A B A B A B A B A B A B C>".pickRestart({
  A: "[c2,c4,e4,g4] [a2,c4,e4,a4]", B: "[f2,c4,f4,a4] [g2,d4,g4,b4]", C: "[c2,c4,e4,g4]",
})).s("gm_piano").gain(0.13)

stack(piano, piano_2)

More by Misc Traditional