Strudelify
KeyE majorTempo85 bpm
0:00/0:00
// jenny of oldstones — R. Djawadi D.B. Weiss D. Benioff G.R.R Martin
// 85 bpm, 4/4, key E major. Source: midi.
// Generated by strudelify. One cycle = one bar.
// note: Transcription provider: pdmx. https://musescore.com/score/5539705; 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(85/4)

// Notation: c3@3 lasts 3 steps · ~ is a rest · [c3,e3] is a chord · "a, b" plays two voices at once · [...]/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.

// chords · piano
const piano = note("<A@6 B@2 C D E C@2 D E F G H I J K L I J K L M N>".pickRestart({
  A: "[[c#3,g#3]@23 ~]/2", B: "[[c#3,g#3]@5 ~]/2", C: "[c#3,e3,g#3]@17 ~@7", D: "[e3,g#3,b3]@17 ~@7",
  E: "[b2,f#3]@17 ~@7", F: "~@7 [e3,g#3]@11 ~@6, ~ a2@2 ~", G: "~@7 [c#3,f#3]@17, ~ f#2@3", H: "~@7 [b2,e3]@17, ~ e2@3",
  I: "~@3 [a4,a5] [e5,b5]@2 [e5,b5] [f#5,a5], f#2@3 ~, [c#5,f#5,a5]@3 ~@5, ~ [c#3,f#3]@17 ~@6", // A E5 F#m F#5
  J: "~ [e3,a3]@17 ~@6, a2@3 ~, g#5@11 ~@13", // A5
  K: "~@3 [f#4,f#5] [f#4,f#5]@2 [f#4,e5] f#5, f#2@3 ~, [f#4,c#5,f#5]@3 ~@5, ~ [c#3,f#3]@17 ~@6", // F# F#7 F#5
  L: "~ [b2,e3]@17 ~@6, e2@3 ~, [e5,g#5]@11 ~@13", M: "~@3 f#5 e5@2 d#5@2, f#2@3 ~, f#5@3 ~@5, ~ [b2,f#3]@17 ~@6",
  N: "~ [g#2,c#3]@23, [c#2,c#5]", // C#5 C#
})).s("gm_piano").gain(0.25)

stack(piano)