Strudelify

löwenzahn titelmusik

Komposition: Matthias Raue

KeyD minorTempo155 bpm
0:00/0:00
// löwenzahn titelmusik — Komposition: Matthias Raue
// 155 bpm, 4/4, key D minor. Source: midi.
// Generated by strudelify. One cycle = one bar.
// note: Transcription provider: pdmx. https://musescore.com/score/4113256; license: https://creativecommons.org/publicdomain/zero/1.0/
// note: Full arrangement: all 28 bars on a 24-step grid, each part at one level. Source detail keeps the original performance.
setcpm(155/4)

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

// other · piano · "Klavier"
const piano = note("<A B A C D E D F A G A C H I H I J@4 H I H I J@4>".pickRestart({
  A: "g2 ~ g3 ~", B: "f3@2 e3 ~@2 d3@3 bb2 b2@2 d3", C: "f3@4 e3@2 ~@6 d3@11 ~", D: "c3 ~ c4 ~",
  E: "bb3@2 a3 ~@2 g3@3 eb3 e3@2 g3", F: "bb3@4 a3@2 ~@6 g3@11 ~", G: "f3@4 e3@2 ~@4 d3@13 ~",
  H: "g2@3 g3@2 ~ g2@3 g3@2 ~", I: "d2@3 d3@2 ~ d2@3 d3@2 ~", J: "[[bb1,bb2]@17 ~@5 [f1,f2]@19 ~@5 [a1,a2]@36 ~@14]/4",
})).s("gm_piano").gain(0.25)

stack(piano)