Strudelify
Hurts To Be In Love cover art

1985 · These Are The Days

Hurts To Be In Love

Gino Vannelli

KeyE minorTempo84 bpm
0:00/0:00
// Hurts To Be In Love — Gino Vannelli
// 84 bpm, 4/4, key E minor. Source: mcgill.
// Generated by strudelify. One cycle = one bar.
setcpm(84/4)

const chords = arrange(
  // intro (8 bars)
  [8, "<C^7 D6 C^7 D6 C^7 D6 C^7 D6>"],
  // verse (8 bars)
  [8, "<D Em D Em D Em D E>"],
  // chorus (6 bars)
  [6, "<C^7 D6 C^7 D6 C^7 B7>"],
  // verse (8 bars)
  [8, "<D Em D Em D Em D E>"],
  // chorus (6 bars)
  [6, "<C^7 D6 C^7 D6 C^7 B7>"],
  // bridge (8 bars)
  [8, "<Em [D@2 C@2] [Dsus@2 D@2] [B7sus@2 Bm7@2] Em [D@2 C@2] Am B7sus>"],
  // trans (4 bars)
  [4, "<C^7 D6 C^7 D6>"],
  // verse (8 bars)
  [8, "<D Em D Em D Em D E>"],
  // chorus (6 bars)
  [6, "<C^7 D6 C^7 D6 C^7 B7>"],
  // outro (12 bars)
  [12, "<C^7 D6 C^7 D6 C^7 D6 C^7 D6 C^7 D6 C^7 D6>"],
  // fadeout (4 bars)
  [4, "<C^7 D6 C^7 D6>"],
)
const bassline = arrange(
  [8, "<c2 d2 c2 d2 c2 d2 c2 d2>"],
  [8, "<e2!8>"],
  [6, "<c2 d2 c2 d2 c2 b2>"],
  [8, "<e2!8>"],
  [6, "<c2 d2 c2 d2 c2 b2>"],
  [8, "<e2 c2 [d2@2 c2@2] b2 e2 c2 a2 b2>"],
  [4, "<c2 d2 c2 d2>"],
  [8, "<e2!8>"],
  [6, "<c2 d2 c2 d2 c2 b2>"],
  [12, "<c2 d2 c2 d2 c2 d2 c2 d2 c2 d2 c2 d2>"],
  [4, "<c2 d2 c2 d2>"],
)

// 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 Gino Vannelli