Strudelify
Loving Her Was Easier (Than Anything I'll Ever Do Again) cover art

1971 · The Silver Tongued Devil and I

Loving Her Was Easier (Than Anything I'll Ever Do Again)

Kris Kristofferson

KeyC majorTempo80 bpm
0:00/0:00
// Loving Her Was Easier (Than Anything I'll Ever Do Again) — Kris Kristofferson
// 80 bpm, 4/4, key C major. Source: mcgill.
// Generated by strudelify. One cycle = one bar.
setcpm(80/4)

const chords = arrange(
  // intro (4 bars)
  [4, "<C F C!2>"],
  // verse (8 bars)
  [8, "<C F C!3 F C!2>"],
  // chorus (8 bars)
  [8, "<F!2 C!3 F C!2>"],
  // verse (8 bars)
  [8, "<C F C!3 F C!2>"],
  // chorus (8 bars)
  [8, "<F!2 C!3 F C!2>"],
  // refrain (4 bars)
  [4, "<C G C!2>"],
  // chorus (16 bars)
  [16, "<F!2 C!2 G F C!2 F!2 C!3 F C!2>"],
  // refrain (4 bars)
  [4, "<C G C!2>"],
  // instrumental (8 bars)
  [8, "<C F C!3 F C!2>"],
  // outro (4 bars)
  [4, "<F!2 C!2>"],
)
const bassline = arrange(
  [4, "<c2 f2 c2!2>"],
  [8, "<c2 f2 c2!3 f2 c2!2>"],
  [8, "<f2!2 c2!3 f2 c2!2>"],
  [8, "<c2 f2 c2!3 f2 c2!2>"],
  [8, "<f2!2 c2!3 f2 c2!2>"],
  [4, "<c2 g2 c2!2>"],
  [16, "<f2!2 c2!2 g2 f2 c2!2 f2!2 c2!3 f2 c2!2>"],
  [4, "<c2 g2 c2!2>"],
  [8, "<c2 f2 c2!3 f2 c2!2>"],
  [4, "<f2!2 c2!2>"],
)

// 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 Kris Kristofferson