Strudelify

Pretty Little Angel Eyes

Curtis Lee

KeyG majorTempo185 bpm
0:00/0:00
// Pretty Little Angel Eyes — Curtis Lee
// 185 bpm, 4/4, key G major. Source: midi.
// Generated by strudelify. One cycle = one bar.
// note: Tempo changes preserved in elapsed time; displayed bars use the dominant tempo.
// note: sustain pedal (CC 64) lengthens the held notes
// note: Full arrangement: all 85 bars on a 16-step grid, each part at one level; ghost notes are separate "_soft" parts. Source detail keeps the original performance.
setcpm(185/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 · tenor sax · "Sax (Melody)"
const tenor_sax = note("<~@4 A B C D E@2 F G ~@73>".pickRestart({
  A: "g4@2 g4@2 g4@2 g4@2 g4@3 ~ a4@3 ~", B: "g4 ~",
  C: "[g4,b4]@2 [g4,b4]@2 [g4,b4]@2 [g4,b4]@2 [g4,b4]@3 ~ [a4,c5]@3 ~", D: "[g4,b4] ~",
  E: "[b4,d5]@2 [b4,d5]@2 [b4,d5]@2 [b4,d5]@2 [b4,d5]@3 ~ [c5,e5]@3 ~", F: "[b4,d5]!8",
  G: "[b4,d5]@2 [b4,d5]@2 [b4,d5]@2 [b4,d5]@2 [b4,d5]@3 ~ b4@3 ~", // Bm
})).s("gm_tenor_sax").gain(0.63)

// chords · baritone sax · "Sax (Harmony)"
const baritone_sax = note("<~@4 A B C D E@2 F G ~@73>".pickRestart({
  A: "d4@2 d4@2 d4@2 d4@2 d4@3 ~ d4@3 ~", B: "d4 ~",
  C: "[d4,g4]@2 [d4,g4]@2 [d4,g4]@2 [d4,g4]@2 [d4,g4]@3 ~ [d4,g4]@3 ~", D: "[d4,g4] ~",
  E: "[g4,b4]@2 [g4,b4]@2 [g4,b4]@2 [g4,b4]@2 [g4,b4]@3 ~ [g4,b4]@3 ~", F: "[g4,b4]!8",
  G: "[g4,b4]@2 [g4,b4]@2 [g4,b4]@2 [g4,b4]@2 [g4,b4]@3 ~ g4@3 ~", // G
})).s("gm_baritone_sax").gain(0.39)

// other · alto sax · "Sax (Harmony)"
const alto_sax = note(`<
  ~@18 A B C D E F C D G H I J K L M N A B C D E F C D G H I J K L O P Q R S T U V W X Y Z S AA AB AC AD AE AF AG@2 C D
  E F C D G H I J K AH AI P AJ@2
>`.pickRestart({
  A: "g3!8", B: "a3@3 ~ a3@3 ~ a3@3 ~ a3@3 ~", C: "[g3,b3]@6 ~@2 b3@3 ~ d4@3 ~", D: "e4@3 ~ b3@2 b3@10",
  E: "~@4 [c4,e4]@3 ~ [c4,e4]@3 ~ c4@3 ~", F: "c4@3 ~ c4@3 ~ a3@6 ~@2", G: "~@4 [c4,e4]@3 ~ [c4,e4]@3 ~ e4@3 ~",
  H: "c4@3 ~ c4@2 a3@10", I: "~@4 b3@2 [g3,b3]@5 ~ d4@3 ~", J: "e4@3 ~ b3@3 ~ b3@8", K: "~@4 g3@3 ~ g3@3 ~ g3@3 ~",
  L: "f#3@10 ~@2 f#3@3 ~", M: "g3", N: "~@4 [b3,e4]@4 ~@4 [b3,e4]@3 ~", O: "~@4 [g3,b3]@3 ~, d3@11 ~@5",
  P: "[g3,c4]@3 ~ [g3,c4]@3 ~", Q: "[g3,b3]@3 ~ [g3,b3]@12", R: "~@12 d4@3 ~", S: "[g3,c4]@6 ~@2 c4@3 ~ [c4,e4]@3 ~",
  T: "[c4,e4]@3 ~ [c4,e4]@12", U: "~@4 c4@3 ~ c4@3 ~ [c4,e4]@3 ~", V: "[c4,e4]@3 ~ [c4,e4]@4",
  W: "~@4 b3@3 ~ b3@3 ~ b3@3 ~", X: "[b3,d4]@6 ~@2 b3@3 ~ b3@4", Y: "~@4 [g3,b3]@3 ~ b3@3 ~ d4@3 ~",
  Z: "[f3,f4]@3 ~ d4@3 ~", AA: "[c4,e4]@3 ~ [c4,e4]@6 ~@2 c4@4", AB: "~@4 [g3,c4]@3 ~ [g3,c4]@3 ~ c4@3 ~",
  AC: "[c4,e4]@5 ~ c4!2", AD: "[g3,g4]@3 ~ e4@3 ~ e4@3 ~ c#4@3 ~", AE: "g4@3 ~ e4@3 ~ e4@3 ~ c#4@4",
  AF: "~@4 a4@2 a4@2 [d4,d5]@3 ~ a4@3 ~", AG: "[[d4,d5]@3 ~ [d4,a4]@3 ~ d4@8 d4@8 ~@8, ~ a4@2 ~]/2",
  AH: "g3@10 ~@2 d3@3 ~", AI: "d3@3 ~ [g3,b3]@3 ~", AJ: "[[g3,b3]@3 ~ [g3,b3]@16 ~@12]/2",
})).s("gm_alto_sax").gain(0.39)

// chords · piano
const piano = note(`<
  ~@4 A B C B D@2 E@2 F G H I J K L M A N O P J N H Q C R L S T N H U V N H W J X H Y A Z AA U A AB A AC AD@2 AE@2 AF@2
  F AG AH@2 AI@2 AJ@2 AK AL AM J X AN AO J Z H AP J X AB A@2 AN J B
>`.pickRestart({
  A: "[g3,b3,d4]@12 g3 b3 d4 g4", B: "[g3,b3,d4] ~@3",
  C: "[g4,b4,d5]@7 g4@2 ~@3 b4@2 d5 ~, g2@7 ~, ~@7 d5@7 ~@2, ~@7 b4@5 ~@4, ~@5 g4@2 ~", // G
  D: "[~@14 b3 ~, g2@13 g3@2 ~, g4@6 g3 b3@2 d3@6 ~, [b3,d4]@2 g3@3 d3@2 g4@3 g3 b3 g4@3 ~, g3 d3@2 [b3,d4]@4 d4@8 ~]/2", // Bm
  E: "[~@16 g3@6 ~@2 g4@3 ~@3 b3 g3, [d4,g4]@14 d4@8 g3@5 g3@4 ~, [g3,b3]@12 g3@3 g4@9 ~@4 g4@3 ~, ~@3 g2@13, ~@13 b3@11 [b3,d4]@5 d4@2 ~]/2", // G5 G Bm
  F: "d4@5 d4 b3 g3, [g3,b3]@3 ~", G: "[g3,b3,e4]@7 ~", H: "~@5 g4 e4 c4, [g3,c4,e4]@3 ~",
  I: "~@5 a4 f#4 d4, [a3,d4,f#4]@3 ~", J: "[g3,b3,d4]@3 ~@3 d4 g4, ~@3 g2@5, ~ g3, ~@5 b3@3",
  K: "[e4,g4,b4]@7 e4@2 ~@3 g4@2 b4 ~, e2@7 ~, ~@7 b4@7 ~@2, ~@7 g4@5 ~@4, ~@5 e4@2 ~", // Em
  L: "~@10 c4@4 e4 ~, [e4,g4]@15 ~, c4@5 ~@3, c3!2, ~@6 c2@9 ~", // Em
  M: "[d4,f#4,a4]@7 d4@2 ~@3 f#4@2 a4 ~, d2@7 ~, ~@7 a4@7 ~@2, ~@7 f#4@5 ~@4, ~@5 d4@2 ~", // D
  N: "[g3,b3,e4]@9 ~ e3@2 [g3,b3,e4]@3 ~", O: "[g3,c4,e4]@9 ~ c3@2 [g3,c4,e4]@3 ~",
  P: "[c4,d4,f#4,a4]@9 ~ d3@2 [c4,d4,f#4,a4]@3 ~", Q: "[c4,d4,f#4,a4]@12 d4 f#4 a4 d5",
  R: "~@5 b4 g4 e4, [g3,b3,e4]@3 ~", S: "[a3,d4,f#4]@7 ~", T: "g2@8 ~@2 g3@4 b3 ~, [b3,d4]@15 ~, g3@5 ~@3, ~@8 g2@7 ~",
  U: "~@10 d4@4 f#4 ~, [f#4,a4]@15 ~, d4@5 ~@3, d3!2, ~@6 d2@9 ~", V: "[g3,b3,d4]@7 ~",
  W: "~@5 a4 f#4 d4, [a3,c4,d4,f#4]@3 ~", X: "[g3,b3,e4]@12 e4 g4 b4 e5",
  Y: "[c4,d4,f#4,a4]@7 ~@5 f#4@2 a4 ~, d2@7 ~, ~@7 a4@7 ~@2, ~@7 f#4@3 d4@4 ~@2, ~@7 d4 c4@6 ~@2", // D7
  Z: "[g3,b3,e4]@3 ~@3 b4 e5, ~@3 e3@5, ~ e4, ~@5 g4@3", // Em
  AA: "[c4,e4,g4]@7 c4@2 ~@3 e4@2 g4 ~, c2@7 ~, ~@7 g4@7 ~@2, ~@7 e4@5 ~@4, ~@5 c4@2 ~", AB: "[g3,c4,e4]@7 ~",
  AC: "g2@8 ~@4 g3@2 b3 ~, [b3,d4]@15 ~, g3@3 ~, f3@10 f3@5 ~, ~@8 g2@7 ~", // Bm
  AD: "[~@16 c4@6 ~@2 c5@3 ~@4 c4, [g4,c5]@14 g4@8 c4@5 c4@3 e4@2, [c4,e4]@12 c4@3 c5@9 ~@4 c5@3 ~, ~@3 c3@13, ~@13 e4@11 [e4,g4]@5 g4@2 ~]/2", // C5 C Em
  AE: "[~@26 c4@2 c4@2 e4 ~, c3@31 ~, c4@15 c5@16 ~, [e4,g4,c5]@8 [e5,g5]@23 ~, ~@7 c6@8 g4 e4@6 c4@2 [e4,g4]@6 ~@2]/2", // C Em
  AF: "[~@16 b3@6 ~@2 b4@3 ~@3 d4 ~, b4@14 f#4@14 b4@3 ~, f#4@12 d4@4 d4@13 f#4@2 ~, d4@10 b3@6 b4@6 b3@5 b3@4 ~, b3@6 b2@25 ~]/2",
  AG: "[b3,d4,f4,g4]@3 ~@3 d4 f4, ~@3 g2@5, ~ g3, ~@5 b3@3", // G7
  AH: "[~@6 c4@4 c4@2 ~@2 e4@2 c4@6 c4@2 c4@3 ~@3 e4 g4, [c4,e4,g4]@6 g4@10 g4@8 g4@7 ~, ~ c3@7, ~@3 e4@4 ~ e4@6 c4@2, ~@12 c4@4 ~@11 g3@5]/2", // C
  AI: "[~@16 c4@6 ~@2 c5@3 ~@3 e4 c4, [g4,c5]@14 g4@8 c4@5 c4@4 ~, [c4,e4]@12 c4@3 c5@9 ~@4 c5@3 ~, ~@3 c3@13, ~@13 e4@11 [e4,g4]@5 g4@2 ~]/2", // C5 C Em
  AJ: "[c#4,e4,g4,a4] ~@3", AK: "[a3,d4,f#4] ~ [a3,d4,f#4] ~", AL: "[a3,d4,f#4]!4",
  AM: "a4@5 a4 f#4 d4, [c4,d4,f#4]@3 ~", AN: "[g3,c4,e4]@3 ~@3 g4 c5, ~@3 c3@5, ~ c4, ~@5 e4@3",
  AO: "~@12 d4@2 f#4 ~, [f#4,a4]@15 ~, d4@10 c4@5 ~, c4 d3, d3@6 d2@9 ~", AP: "[c4,d4,f#4,a4]@7 ~",
})).s("gm_piano").gain(0.48)

// chords · string ensemble 1 · "Strings"
const string_ensemble_1 = note("<~@52 A@2 B@2 C@2 D E A@2 F@2 G@2 H I J ~@16>".pickRestart({
  A: "[e6,c7]/2", B: "[~ g5, [e6,g6]]/2", C: "[d6,b6]/2", D: "[b5,g6]", E: "[b5,f6]", F: "[~ c6, [e6,g6]]/2",
  G: "[g5,c#6] ~@3", H: "[a5,f#6] ~ [a5,f#6] ~", I: "[a5,f#6]!4", J: "[c6,f#6]",
})).s("gm_string_ensemble_1").gain(0.34)

// bass · fretless bass · "Bass"
const bass = note(`<
  ~@4 A B C B D E A@3 F G H I J K L I F M H A J M H C J M N A J M H C J M N I F M N C F M H A M I A O P Q R S T U V O W
  O X Y@2 Z AA AB A J M H A J M L A F G A C M A B
>`.pickRestart({
  A: "g2@4 ~@2 g2 ~ g2@5 ~ g2 ~", B: "g2 ~@3", C: "g2@6 g2 ~ g2 ~ g2@3 ~ g2 ~", D: "g2@5 ~ g2 ~ g2@7 ~",
  E: "g2@5 ~ g2 ~ g2@5 ~ g2 ~", F: "e2@6 e2 ~ e2 ~ e2@3 ~ e2 ~", G: "c2@6 c2 ~ c2 ~ c2@3 ~ c2 ~",
  H: "d2@4 ~@2 d2 ~ d2@5 ~ d2 ~", I: "g2@6 d2@2 g2 ~ g2@2 ~@2 g2 ~", J: "e2@4 ~@2 e2 ~ e2@5 ~ e2 ~",
  K: "c2@6 g1@2 c2 ~ c2@2 ~@2 c2 ~", L: "d2@6 d2 ~ d2 ~ d2@3 ~ d2 ~", M: "c2@4 ~@2 c2 ~ c2@5 ~ c2 ~",
  N: "d2@6 a1@2 d2 ~ d2@2 ~@2 d2 ~", O: "c2@6 ~ c2!2 ~ c2@4 g1 a1", P: "c2@6 ~ c2 c2@5 ~ c2!2",
  Q: "c2@6 ~ c2 c2@5 ~ g1 a1", R: "c2@6 ~ c2!2 ~ c2@3 ~ c2 ~", S: "b1@6 ~ b1!2 ~ b1@4 f#1 g1",
  T: "b1@6 ~ b1 b1@5 ~ b1!2", U: "g2@5 ~@2 d2 g2@6 ~ e2", V: "g2@5 ~@2 d2 g2@6 ~ d2", W: "c2@6 ~ c2 c2@5 ~ b1 c2",
  X: "c2@6 ~ c2 c2@5 ~ c2 g1", Y: "a1@3 ~@13", Z: "d2@3 ~@5 d2@3 ~@5", AA: "d2@3 ~ d2@3 ~ d2@3 ~ d2@3 ~",
  AB: "d2@6 ~ d2 d2@5 ~ d2!2",
})).s("gm_fretless_bass").gain(0.4)

// drums · kick
const kick = s("bd").struct(`<
  A B C D E@7 F E@5 G E H E@5 G E F E@3 G E G E@17 H I J I@5 E I@3 J K@2 L@2 E@6 G E F E@3 G E@3 K
>`.pickRestart({
  A: "~@5 x ~@4 x ~ x ~@3", B: "~@4 x ~@4 x ~ x ~@4", C: "~ x ~@2 x!2 ~@2", D: "~ x ~@5 x ~ x ~@6",
  E: "x ~@2 x!2 ~@2 x", F: "x ~@6 x ~@3 x ~@4", G: "x ~@2 x!3 ~ x", H: "x ~@2 x ~@4", I: "x ~@6 x!2 ~@5 x ~",
  J: "x ~@6 x!2 ~ x ~@3 x ~", K: "x", L: "x!2",
})).gain(0.56)

// drums · rim
const rim = s("rim").struct("<A B C D E@7 ~ E@7 ~ E@7 ~ E@7 F E@7 F E@7 ~@8 F ~@8 F E@7 ~ E@6 F ~>".pickRestart({
  A: "~@9 x ~@6", B: "x ~@6 x ~@7 x", C: "~@3 x ~@3 x", D: "~@5 x ~@6 x ~@3", E: "~ x ~ x", F: "~ x ~@2",
})).gain(0.64)

// drums · snare
const snare = s("sd").struct("<~@11 A ~@7 B ~@7 A ~@7 C ~@7 D ~@7 B E@7 F E@4 ~@4 C ~@7 A ~@6 C ~>".pickRestart({
  A: "~ x!3", B: "~@4 x!2 ~@2 x ~@3 x ~@3", C: "~@10 x!3 ~@3", D: "~@10 x ~ x ~ x!2", E: "~ x ~ x",
  F: "~@10 x ~ x!2 ~@2",
})).gain(0.64)

// drums · snare · soft notes
const snare_soft = s("sd").struct("<~@11 A ~@7 B ~@7 A ~@23 B ~@9 C@2 ~@13 A ~@8>".pickRestart({
  A: "~@9 x ~@3 x ~@2", B: "~@3 x ~@3 x ~@3 x ~ x ~@2", C: "~@7 x ~@8",
})).gain(0.4)

// drums · low tom
const low_tom = s("lt").struct("<~@11 A ~@7 A ~@7 A ~@23 A ~@24 A ~@8>".pickRestart({
  A: "~@7 x",
})).gain(0.72)

// drums · hihat
const hihat = s("hh").struct(`<
  A ~ B ~ C@7 D C@5 E C ~ C@5 E C D C@7 F C@7 G C@7 ~ H@4 I H I F H J@2 K L@2 M N F C@7 D C@3 E C@2 F L
>`.pickRestart({
  A: "~@5 x ~@10", B: "~ x ~@6", C: "x!8", D: "x ~ x!2 ~@12", E: "x ~ x ~ x ~ x ~ x ~ x ~ x ~ x!2", F: "x!7 ~",
  G: "x!5 ~@3", H: "x ~ x!3 ~ x!3 ~ x!3 ~ x!2", I: "x ~ x!3 ~ x!3 ~@3 x ~ x!2", J: "x ~ x!3 ~ x ~ x ~ x!3 ~ x!2",
  K: "x ~ x!3 ~ x!3 ~ x!3 ~ x ~", L: "x", M: "x!2", N: "x!4",
})).gain(0.48)

// drums · mid tom
const mid_tom = s("mt").struct("<~@19 [~@9 x ~@6] ~@31 [~@9 x ~@6] ~@33>").gain(0.56)

// drums · open hat
const open_hat = s("oh").struct(`<
  ~@11 A ~@3 B ~@11 A ~@5 C ~ D ~@13 C ~@6 E ~ E D ~@3 C ~@4 D ~@7 A ~@6 D ~
>`.pickRestart({
  A: "~ x ~@2", B: "~@7 x ~@7 x", C: "~@15 x", D: "~@7 x", E: "~@5 x ~@2",
})).gain(0.56)

// drums · crash
const crash = s("cr").struct("<~@4 A ~@7 A ~@7 A ~@7 A ~@7 A ~@7 A ~@7 A ~@7 A ~@8 A ~@7 A ~@7>".pickRestart({
  A: "x",
})).gain(0.56)

// drums · tambourine
const tambourine = s("tb").struct("<[~@5 x ~@10] ~ [~ x ~@6] ~@82>").gain(0.72)

stack(
  tenor_sax, baritone_sax, alto_sax, piano, string_ensemble_1, bass, kick, rim, snare, snare_soft, low_tom, hihat,
  mid_tom, open_hat, crash, tambourine
)