Strudelify
KeyE majorTempo126 bpm
0:00/0:00
// Wherever You Are — Jason Boland Mark Prendergast Stephen Garrigan Vincent May
// 126 bpm, 4/4, key E major. Source: midi.
// Generated by strudelify. One cycle = one bar.
// note: Transcription provider: pdmx. https://musescore.com/score/5939834; license: https://creativecommons.org/publicdomain/zero/1.0/
// note: Full arrangement: all 97 bars on a 16-step grid, each part at one level. Source detail keeps the original performance.
setcpm(126/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.

// chords · piano · "Piano, reFX Nexus 5"
const piano = note(`<
  ~ A@2 B C A@2 B C D E B F D E B F D E B F D E B F D E G@2 D E G@2 A@2 B C A@2 B C D E B F D E B F D E B F D E B F D E
  G@2 D E C@2 A@2 B C A@2 B C D E B F D E B F D E B F D E B F D E G@2 D E G@2
>`.pickRestart({
  A: "[[c#3,e3,g#3]@15 ~]/2", B: "[b2,e3,g#3]@15 ~", C: "[b2,d#3,f#3]@15 ~", D: "[c#3,e3,g#3]@15 ~",
  E: "[c#3,e3,a3]@15 ~", F: "[b2,d#3,g#3]@15 ~", G: "[[b2,d#3,f#3]@15 ~]/2",
})).s("gm_piano").gain(0.4)

stack(piano)