Strudelify
Always Something There To Remind Me cover art

1983 · Burning Bridges

Always Something There To Remind Me

Naked Eyes

KeyD majorTempo148 bpm
0:00/0:00
// Always Something There To Remind Me — Naked Eyes
// 148 bpm, 4/4, key D major. Source: mcgill.
// Generated by strudelify. One cycle = one bar.
setcpm(148/4)

const chords = arrange(
  // intro (8 bars)
  [8, "<D!8>"],
  // verse (13 bars)
  [13, "<D5 C#5 C5 B5 Bb5 D5 C#5 C5 B5!2 G D Em>"],
  // chorus (8 bars)
  [8, "<D G D!3 G D!2>"],
  // verse (13 bars)
  [13, "<D5 C#5 C5 B5 Bb5 D5 C#5 C5 B5!2 G D Em>"],
  // chorus (8 bars)
  [8, "<D G D!3 G D!2>"],
  // bridge (14 bars)
  [14, "<F#m Bm!2 G A D!2 [D@3 G] D F#m Bm!2 G A>"],
  // interlude (8 bars)
  [8, "<D!8>"],
  // verse (13 bars)
  [13, "<D5 C#5 C5 B5 Bb5 D5 C#5 C5 B5!2 G D Em>"],
  // chorus (8 bars)
  [8, "<D G D!3 G D!2>"],
  // bridge (7 bars)
  [7, "<F#m Bm!2 G A D!2>"],
  // outro (36 bars)
  [36, "<D G D!3 G D!3 G D!3 G D!3 G D!3 G D!3 G D!3 G D!3 G D!2>"],
)
const bassline = arrange(
  [8, "<d2 c2 b2 a2 d2 c2 b2 a2>"],
  [13, "<d2 c#2 c2 b2 bb2 d2 c#2 c2 b2!2 d2!2 e2>"],
  [8, "<d2!8>"],
  [13, "<d2 c#2 c2 b2 bb2 d2 c#2 c2 b2!2 d2!2 e2>"],
  [8, "<d2!8>"],
  [14, "<f#2 b2!2 g2 a2 d2!4 f#2 b2!2 g2 a2>"],
  [8, "<d2 c2 b2 a2 d2 c2 b2 a2>"],
  [13, "<d2 c#2 c2 b2 bb2 d2 c#2 c2 b2!2 d2!2 e2>"],
  [8, "<d2!8>"],
  [7, "<f#2 b2!2 g2 a2 d2!2>"],
  [36, "<d2!36>"],
)

// chords · gm_piano
const keys = chord(chords).voicing().s("gm_piano").gain(0.8)
// bass · gm_electric_bass_finger
const bass = note(bassline).s("gm_electric_bass_finger").gain(0.9)
// drums
const drums = s("[bd hh] [sd hh] [bd hh] [sd hh]").gain(0.8)

stack(keys, bass, drums)

More by Naked Eyes