Strudelify
Queen of Rain cover art

1992 · Tourism

Queen of Rain

Roxette

KeyB minorTempo115 bpm
0:00/0:00
// Queen of Rain — Roxette
// 115 bpm, 4/4, key B minor. Source: midi.
// Generated by strudelify. One cycle = one bar.
// note: pitch bends are ignored
// note: Full arrangement: all 137 bars on a 16-step grid, each part at one level; ghost notes are separate "_soft" parts. Source detail keeps the original performance.
setcpm(115/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 · "A.PIANO 1"
const piano = note(`<
  ~ A B C D E F G H I J ~@16 K L@2 M@2 ~@7 A B A B N@3 ~ O@3 ~ P@2 K Q ~ M@2 ~@7 A ~@6 B ~@2 A B ~@8 P@2 K Q ~ M@2 ~@6 R
  S T U R V W A X S W A R S Y A X Z AA@2 ~@19
>`.pickRestart({
  A: "~@2 e6@2 f#6 ~ b6@3 ~ c#6@2 d6@2 e6@2", B: "b5@7 ~", C: "a5@7 ~", D: "f#5@7 ~", E: "~ e5 f#5 b5@2 c#5 d5 e5",
  F: "b4@15 ~", G: "a4@15 ~", H: "f#4@15 ~", I: "~ e6 f#6 b6@2 c#6 d6 e6", J: "b5@11 ~@5",
  K: "b4@4 c#5@3 ~ d5@3 ~ f#5@4", L: "[e5@3 ~]/2", M: "[f#4@18 ~@2 d#4@2 e4@3 ~ f#4@4 ~@2, [b2,b3]@31 ~]/2",
  N: "[~@2 f#4 e4@2 d4 e4 f#4@9 ~@8, b2@11 ~@5]/3", O: "[~@4 f#4@2 e4@4 d4@2 e4@2 f#4@19 ~@15, b2@11 ~@5]/3",
  P: "[~@4 a4@2 [g4,b4]@3 ~ f#4@2 e4@7 ~@13]/2", Q: "e5", R: "[b3,d4,f#4]@15 ~", S: "[a3,c#4,e4]@7 ~",
  T: "[a3,d4,f#4]@15 ~", U: "[b3,e4]@5 ~ e4 ~, g#4@3 ~, ~@10 b3@5 ~", V: "[a3,c#4,e4]@15 ~", W: "[b3,d4,f#4]",
  X: "[b3,d4,f#4]@7 ~", Y: "[b3,d4,f#4]@11 ~@5", Z: "[a3,c#4,e4]@13 ~@3", AA: "[[b3,d#4,f#4]@15 ~]/2",
})).s("gm_piano").gain(0.64)

// bass · fretless bass · "FRETLESS"
const bass = note(`<
  ~@10 A B C D A E F@2 G@2 H@2 G@2 E I B A J@2 K@2 L B C M A E K@6 N@2 K@2 O@2 P Q P R S@2 T@2 L B C M A E U@2 L B C M A
  E V E K@2 V B L B W X L P@2 Q P R S@2 T@2 ~@6 R P C X R E Y@2 R P K@2 R P K@2 A Z ~@21
>`.pickRestart({
  A: "b1@15 ~", B: "a1", C: "d2@15 ~", D: "[e1,e2]@15 ~", E: "a1@15 ~", F: "[b1@31 ~]/2", G: "[g1@31 ~]/2", H: "b1/2",
  I: "g1@15 ~", J: "[a1@31 ~]/2", K: "[b1@15 ~]/2", L: "b1", M: "e2", N: "[g1@15 ~]/2", O: "[g1@29 ~@3]/2", P: "a1@7 ~",
  Q: "g1@7 ~", R: "b1@7 ~", S: "[a1@15 ~]/2", T: "[b1@7 ~]/2", U: "[b1@25 ~@7]/2", V: "g1", W: "d2", X: "e2@15 ~",
  Y: "[b1@27 ~@5]/2", Z: "a1@13 ~@3",
})).s("gm_fretless_bass").gain(0.8)

// bass · fretless bass · "FRETLESS" · soft notes
const bass_soft = note("<~@2 A B C@2 A B D@2 ~@105 E ~@21>".pickRestart({
  A: "[g1,g2]", B: "[a1,a2]@15 ~", C: "[[a1,a2]@2 [b1,b2]@27 ~@3]/2", D: "[[a1,a2]@2 [b1,b2]@25 ~@5]/2", E: "~@14 a1 ~",
})).s("gm_fretless_bass").gain(0.4)

// other · string ensemble 1 · "STRINGS"
const string_ensemble_1 = note("<~@6 A@4 ~@29 B C B C ~@22 B D ~@38 B C ~@2 B C ~@2 B C ~@22>".pickRestart({
  A: "[b6@15 ~]/4", B: "~ e5 f#5 b5@2 c#5 d5 e5", C: "b4@3 ~", D: "b4 ~@15",
})).s("gm_string_ensemble_1").gain(0.12)

// chords · synth strings 1 · "SYN STR 1"
const synth_strings_1 = note("<A@2 B C D@2 ~@24 E@3 ~@12 F@3 ~@8 E@3 ~@31 E@3 ~@41 G@3>".pickRestart({
  A: "[b0@31 ~]/2", B: "b5@15 ~", C: "a5", D: "[f#5@15 ~]/2",
  E: "[~@17 b6@18 ~@13, f#4@35 ~@13, ~@11 f#5@25 ~@12, ~@12 f#6@23 ~@13]/3", F: "[~@2 d6 c#6@2 f#5@12 ~@7]/3",
  G: "[b0@11 ~]/3",
})).s("gm_synth_strings_1").gain(0.38)

// other · synth strings 2 · "SYN STR 2"
const synth_strings_2 = note("<~@5 A B C D A ~@112 E F G@3 H@3 E F I@3 ~@2>".pickRestart({
  A: "~@2 e5 ~ f#5 ~ b5 ~@3 c#5 ~ d5 ~ e5 ~", B: "b4@3 ~@13", C: "a4 ~@15", D: "f#4 ~@15", E: "d#4 f#4", F: "e4 b4",
  G: "[b4@30 ~ d#4@9 f#4@8]/3", H: "[e4@8 b3@39 ~]/3", I: "[b4@17 ~@7]/3",
})).s("gm_synth_strings_2").gain(0.45)

// other · acoustic guitar steel · "STEEL GTR"
const acoustic_guitar_steel = note(`<
  ~@6 A@3 B C ~@38 D@2 ~@21 E F G@2 H@2 I J K L M@2 N ~@20 B O ~@2 B O ~@2 B O ~@22
>`.pickRestart({
  A: "[~@8 b3@2 c#4@2 d4 ~ c#4@4 c#4@9 ~ a3@2 ~@2 a3@6 ~@10, ~@15 f#3@2 ~@7]/3", B: "~ e4 f#4 b4@2 c#4 d4 e4",
  C: "b3@7 ~", D: "[~@8 d4@2 c#4@2 b3@2 ~@5 b3@6 ~@7, ~@14 a3@7 ~@11, ~@17 c#4@6 ~@9]/2",
  E: "e4@5 ~ e4@4 ~@2 d4 ~ f#4@2", F: "~@2 e4@11 ~ d4 e4",
  G: "[f#4@2 ~ f#4@2 f#4 ~ a4 f#4@11 ~@5 f#4@2 e4@2 d4 ~ b3@2]/2",
  H: "[e4@4 ~@2 e4@5 ~ d4 ~ [d4,e4] f#4@3 e4@11 ~ d4 e4]/2", I: "f#4@2 ~ f#4 ~ f#4 ~ a4 f#4@7 ~",
  J: "e4@11 ~ d4@2 e4 ~", K: "f#4@2 ~ f#4@2 ~ a4@6 f#4@4", L: "e4@3 d4@2 ~ b3@10, ~@6 d4 ~@9",
  M: "[~@2 b4 a4 f#4@2 d4 e4@3 c#4@2 b3 a3@3]/2", N: "b3@11 ~@5", O: "b3@3 ~",
})).s("gm_acoustic_guitar_steel").gain(0.8)

// other · acoustic guitar steel · "STEEL GTR" · soft notes
const acoustic_guitar_steel_2 = note("<~@6 A@2 B@3 ~@38 C@3 ~@85>".pickRestart({
  A: "[~@16 d4@5 ~@11, ~@6 b3@3 ~@7]/2", B: "[~@2 f#3@19 e5@2 f#5@2 b5@4 c#5@2 d5@2 e5@2 b4@13]/3",
  C: "[~@15 d4@6 a3@14 ~@13]/3",
})).s("gm_acoustic_guitar_steel").gain(0.32)

// chords · lead 8 bass lead · "BASS&LEAD"
const lead_8_bass_lead = note(`<
  ~@32 A B C D E B F@3 G ~@16 A B C D E B F@2 A B C D E B H B I E H B E B C J K L ~@14 A B C D E B F@2 E B E@3 B E@3 B
  ~@2 M N O N O P Q N Q N Q R S P T U ~@3
>`.pickRestart({
  A: "~@8 f#4 ~ [b3,d4,f#4] ~ [b3,d4,f#4] ~ [b3,f#4] ~", // Bm B5
  B: "[a3,c#4,e4] ~ [a3,c#4,e4] ~ [a3,c#4,e4] ~ [a3,c#4,e4] ~ [a3,c#4,e4] ~ [a3,c#4,e4] ~ [a3,c#4,e4] ~ [a3,c#4,e4] ~", // A
  C: "[a3,d4,f#4] ~ [a3,d4,f#4] ~ [a3,d4,f#4] ~ [a3,d4,f#4] ~ [a3,d4,f#4] ~ [a3,d4,f#4] ~ [a3,d4,f#4] ~ [a3,d4,f#4] ~", // D
  D: "[b3,e4,g#4] ~ [b3,e4,g#4] ~ [b3,e4,g#4] ~ [b3,e4,g#4] ~ [b3,e4,g#4] ~ [b3,e4,g#4] ~ [b3,e4,g#4] ~ [b3,e4,g#4] ~", // E
  E: "[b3,d4,f#4] ~ [b3,d4,f#4] ~ [b3,d4,f#4] ~ [b3,d4,f#4] ~ [b3,d4,f#4] ~ [b3,d4,f#4] ~ [b3,d4,f#4] ~ [b3,d4,f#4] ~", // Bm
  F: "[f#3,b3,d4] ~ [f#3,b3,d4] ~ [f#3,b3,d4] ~ [f#3,b3,d4] ~ [f#3,b3,d4] ~ [f#3,b3,d4] ~ [f#3,b3,d4] ~ [f#3,b3,d4] ~", // Bm
  G: "[f#3,b3,d4] ~ [f#3,b3,d4] ~ [f#3,b3,d4] ~ [f#3,b3,d4] ~ [b3,d4] ~ [f#3,d4] ~ [f#3,d4] ~ d4 ~", // Bm D
  H: "[g3,b3,e4] ~ [g3,b3,e4] ~ [g3,b3,e4] ~ [g3,b3,e4] ~ [g3,b3,e4] ~ [g3,b3,e4] ~ [g3,b3,e4] ~ [g3,b3,e4] ~", // Em
  I: "[b3,d4,f#4] ~ [b3,f#4] ~ [b3,d4,f#4] ~ [b3,d4,f#4] ~ [b3,d4,f#4] ~ [b3,d4,f#4] ~ [b3,d4,f#4] ~ [b3,d4,f#4] ~", // Bm B5 Bm
  J: "[b3,e4,g#4] ~ [b3,e4,g#4] ~ [b3,e4,g#4] ~ [b3,e4,g#4] ~ [b3,e4,g#4] ~ [b3,e4,g#4] ~ [b3,e4,g#4] ~ [b3,g#4] ~", // E
  K: "[a3,d4,f#4] ~ [a3,d4,f#4] ~ [a3,d4,f#4] ~ [a3,d4,f#4] ~ [a3,d4,f#4] ~ [a3,d4,f#4] ~ [a3,d4,f#4] ~ [a3,f#4] ~", // D
  L: "[a3,c#4,e4] ~ [a3,c#4,e4] ~ [a3,c#4,e4] ~ [a3,c#4,e4] ~ [a3,c#4,e4] ~ [a3,c#4,e4] ~ [a3,c#4] ~@3", // A
  M: "~@8 d#5 ~ [f#4,d#5] ~ [f#4,b4,d#5] ~ [f#4,b4,d#5] ~", // D#m B
  N: "[e4,a4,c#5] ~ [e4,a4,c#5] ~ [e4,a4,c#5] ~ [e4,a4,c#5] ~ [e4,g#4,b4] ~ [e4,g#4,b4] ~ [e4,g#4,b4] ~ [e4,g#4,b4] ~", // A E
  O: "[f#4,b4,d#5] ~ [f#4,d#5] ~ [f#4,b4,d#5] ~ [f#4,b4,d#5] ~ [f#4,b4,d#5] ~ [f#4,b4,d#5] ~ [f#4,b4,d#5] ~ [f#4,b4,d#5] ~", // B D#m B
  P: "[e4,a4,c#5] ~ [e4,a4,c#5] ~ [e4,a4,c#5] ~ [e4,c#5] ~ [e4,g#4,b4] ~ [e4,g#4,b4] ~ [e4,g#4,b4] ~ [e4,g#4,b4] ~", // A C#m E
  Q: "[f#4,b4,d#5] ~ [f#4,b4,d#5] ~ [f#4,b4,d#5] ~ [f#4,b4,d#5] ~ [f#4,b4,d#5] ~ [f#4,b4,d#5] ~ [f#4,b4,d#5] ~ [f#4,b4,d#5] ~", // B
  R: "[e4,a4,c#5] ~ [e4,a4,c#5] ~ [e4,a4,c#5] ~ [e4,a4,c#5] ~ [e4,g#4,b4] ~ [e4,g#4,b4] ~ [e4,g#4,b4] ~ [g#4,b4] ~", // A E G#m
  S: "[f#4,d#5] ~ d#5 ~ [f#4,d#5] ~ [f#4,b4,d#5] ~ [f#4,b4,d#5] ~ [f#4,b4,d#5] ~ [f#4,b4,d#5] ~ [f#4,b4,d#5] ~", // D#m B
  T: "[f#4,b4,d#5] ~ [f#4,d#5] ~ [f#4,d#5] ~ [f#4,b4,d#5] ~ [f#4,b4,d#5] ~ [f#4,b4,d#5] ~ [f#4,b4,d#5] ~ [f#4,b4,d#5] ~", // B D#m B
  U: "[e4,a4,c#5] ~ c#5 ~ [e4,c#5] ~ [e4,c#5] ~ [e4,g#4,b4] ~ g#4 ~@5", // A C#m E
})).s("gm_lead_8_bass_lead").gain(0.13)

// chords · lead 8 bass lead · "BASS&LEAD" · soft notes
const lead_8_bass_lead_soft = note(`<
  ~@32 A ~@8 B C ~@15 A ~@7 A ~@7 D ~@6 E F G ~@14 A ~@19 H ~ I ~ I J ~@5 E K J L M ~@3
>`.pickRestart({
  A: "~@2 [b3,d4,f#4] ~ [b3,d4,f#4] ~ [b3,d4,f#4] ~ [b3,d4] ~@5 d4 ~", B: "~@8 f#3 ~ b3 ~ b3 ~ [f#3,b3] ~",
  C: "[f#3,b3,d4] ~ [f#3,b3,d4] ~@13", D: "~@2 d4 ~@13", E: "~@14 e4 ~", F: "~@14 d4 ~", G: "~@12 e4 ~ [a3,c#4,e4] ~",
  H: "~@4 [f#4,b4,d#5] ~ [f#4,b4,d#5] ~ [f#4,b4] ~ b4 ~@5", I: "~@2 b4 ~@13", J: "~@6 a4 ~@9",
  K: "b4 ~ [f#4,b4] ~ b4 ~@11", L: "~@2 b4 ~ b4 ~@11",
  M: "~@2 [e4,a4] ~ a4 ~ a4 ~@3 [e4,b4] ~ [e4,g#4,b4] ~ [e4,g#4,b4] ~", // A5 E5 E
})).s("gm_lead_8_bass_lead").gain(0.07)

// other · synth strings 2 · "SYN STR 2"
const synth_strings_2_2 = note("<~@104 A@4 B@3 C B@3 D E@8 F@6 G@4 ~@3>".pickRestart({
  A: "[b2@3 a2]/4", B: "b2/3", C: "a2", D: "a2@15 ~", E: "[~ b2, ~@5 b2@58 ~@65, ~@31 b3@96 ~]/8",
  F: "[~@32 b2@63 ~, b3]/6", G: "[b2,b3]/4",
})).s("gm_synth_strings_2").gain(0.13)

// chords · synth strings 1 · "SYN STR 1"
const synth_strings_1_2 = note(`<
  ~@2 A B C@2 D E F@2 G H@2 I@2 J K@8 L M N@4 O@2 P Q@2 R@2 L K@8 ~@4 L M N@4 O@2 P Q@2 R@2 L S@2 P Q@2 R@2 L T@2 U@5
  V@4 W L M X@6 G H@2 I@2 J Y H@2 I@2 J S@2 Z@2 AA@4 AB@4 AC@3 AD AE@14 AF@3
>`.pickRestart({
  A: "[g3,b3]", B: "[e3,a3]@15 ~", C: "[a3 b3@30 ~, [b2,f#3]@31 ~]/2", D: "[g2,g3,b3]", E: "[a2,e3,a3]@15 ~",
  F: "[a2 b2@30 ~, [f#3,b3]@31 ~]/2", G: "[b3,d4,f#4]", H: "[[c#4,e4] f#4, a3@31 ~, ~@8 d4@7 ~]/2",
  I: "[[e4,g#4,b4] [d4,f#4], b3]/2", J: "[a3,c#4,e4]@15 ~", K: "[f#3,b3,d4]/8", L: "[e3,a3,c#4]@15 ~", M: "[d3,g3,b3]",
  N: "[[e3,a3,c#4]@15 ~ b3@15 [e3,a3,c#4]@32 ~, ~@15 [d3,f#3]@16 ~@33]/4", O: "[[f#3,b3,d#4]@31 ~]/2", P: "[f#3,b3,d4]",
  Q: "[[e3,c#4] [f#3,d4], a3]/2", R: "[[e4,g#4]@16 [f#3,d4]@15 ~, b3@31 ~]/2", S: "[[f#3,b3,d4]@31 ~]/2",
  T: "[[g3,b3] [a3,c#4], e4]/2", U: "[[d4,f#4]@32 g3@16 [a3,c#4]@15 ~ [b3,d4]@16, b3@48 ~@15 f#4@16 ~, ~@2 e4@2 ~]/5",
  V: "[[c#4,e4]@15 [d4,f#4]@16 ~ e4@16 [d4,f#4]@16, a3@31 g#4@16 ~@17, ~ b3]/4", W: "[a3,c#4,e4]",
  X: "[[e3,a3,c#4]@15 ~ b3@15 [e3,a3,c#4]@32 ~ [f#3,b3]@31 ~, ~@15 [d3,f#3]@16 ~@32 d#4@31 ~@2]/6", // A B5 D
  Y: "[b3,d4,f#4], f#3 ~@15", Z: "[[b3,d4,f#4]@15 [a3,e4]@17, ~@15 c#4@15 ~@2]/2",
  AA: "[[b3,d4,f#4]@47 ~ [c#4,e4]@15 ~, ~@47 a3@16 ~]/4", // Bm C#m
  AB: "[~@7 f#3@24 ~@17 e4@14 ~@2, [b3,d4,f#4]@47 [a3,c#4]@15 ~@2]/4", AC: "[~ [b3,d#4,f#4]@47]/3",
  AD: "[a3,c#4]@4 [g#3,b3]@3 ~, e4@7 ~", AE: "[[b3,d#4,f#4]@15 ~ a3@8 [g#3,b3]@7 ~, ~@15 c#4@8 ~@9, ~@16 e4@15 ~]/2",
  AF: "[b1@7 ~]/3",
})).s("gm_synth_strings_1").gain(0.3)

// drums · kick
const kick = s("bd").struct(`<
  ~@15 A ~@3 A ~@3 A ~@3 A ~@3 A ~@3 A ~@2 B@7 C B@3 C B@7 C B@3 C B@7 D B@5 D B@11 C B@4 ~@6 B@3 D B@32 ~@3
>`.pickRestart({
  A: "~@5 x!2 ~", B: "x", C: "x ~@4 x!2 ~", D: "x ~@5 x!2",
})).gain(0.72)

// drums · snare
const snare = s("sd").struct("<~@38 [~ x]!19 [~@7 x!2 ~ x ~@5] [~ x]!34 ~@5 [~@3 x!3 ~ x!2 ~ x ~@3 x ~] [~ x]!36 ~@3>")
  .gain(0.4)

// drums · snare · soft notes
const snare_soft = s("sd").struct("<~@57 [~@3 x!5 ~@8] ~@39 [~@3 x!4 ~@9] ~@39>").gain(0.24)

// drums · low tom
const low_tom = s("lt").struct(`<
  ~@15 A ~@3 A ~@3 A ~@3 A ~@3 A ~@3 A ~@3 B C B ~ D ~ E ~ D ~ E ~ D ~ F ~ D ~ E ~ D ~ E ~ F D@2 ~ G D H D I ~@3 F ~@2 D
  ~@2 F ~ D ~@3 E ~ D ~ F ~@5 F D ~ D F ~ D ~ J K ~ L M K N K B K L@2 K ~ D ~ F D ~ D O D ~ D O D ~ D F ~@3
>`.pickRestart({
  A: "~@5 x!2 ~", B: "~@8 x ~ x ~@2 x!2 ~", C: "~@3 x", D: "~@7 x", E: "~@5 x!3", F: "~@6 x!2", G: "~@10 x!2 ~@2 x ~",
  H: "~@10 x!3 ~ x ~", I: "~@10 x!2 ~ x!2 ~", J: "~@11 x ~@3 x", K: "~@4 x ~@2 x", L: "~ x", M: "~@3 x ~@2 x ~ x ~@7",
  N: "~@8 x ~@2 x ~ x ~ x", O: "~@8 x ~@2 x ~@2 x ~",
})).gain(0.4)

// drums · pedal hat
const pedal_hat = s("hh").struct(`<
  ~@2 A B A B A B A B A B A B A B A B A B A B A B A B A B A B A B A B A B A B C@54 D ~@5 C@36 D ~@2
>`.pickRestart({
  A: "~@3 x ~@6 x ~@3 x ~", B: "~@3 x ~@2 x ~@3 x ~@3 x ~", C: "x!8", D: "x",
})).gain(0.32)

// drums · pedal hat · soft notes
const pedal_hat_soft = s("hh").struct(`<
  ~@2 A B A B A B A B A B A B A B A B A B A B A B A B A B A B A B A B A B A B ~@99
>`.pickRestart({
  A: "~ x ~ x ~@4", B: "~ x ~@6",
})).gain(0.24)

// drums · mid tom
const mid_tom = s("mt").struct("<~@39 A ~ A ~@25 B ~ B ~ C ~@33 D ~@3 E ~ D ~ A ~@11 D ~@3 D ~@7>".pickRestart({
  A: "~@11 x ~@4", B: "~@8 x ~@4 x ~@2", C: "~ x", D: "~@10 x ~@2 x ~@2", E: "~@2 x ~@2 x ~@10",
})).gain(0.24)

// drums · open hat
const open_hat = s("oh").struct(`<
  ~@39 A ~ A ~ A ~ A ~ A ~ A ~ A ~ A ~ A ~ A ~ A ~ A ~ A ~ A ~ A ~ A ~ A ~ A ~ A ~ A ~ A ~ A ~ A ~ A ~ A ~ A ~ A ~@7 A ~
  A ~ A ~ A ~ A ~ A ~ A ~ A ~ A ~ A ~ A ~ A ~ A ~ A ~ A ~ A ~ A ~ A ~@3
>`.pickRestart({
  A: "~@7 x",
})).gain(0.32)

// drums · crash
const crash = s("cr").struct(`<
  ~@16 A ~@15 A ~@5 A ~@3 A ~@7 A ~@7 A ~@5 A ~ A ~@5 A ~@3 A ~@2 A ~@4 A ~@7 A ~@5 A ~@5 A ~@3 A ~@3 A ~@3 A ~ A ~@3 A
  ~ A B A ~ A ~ A ~ A ~@4
>`.pickRestart({
  A: "x", B: "~@3 x",
})).gain(0.4)
// … 24 more lines

More by Roxette