Strudelify
Coming On Strong cover art

1966 · Coming On Strong

Coming On Strong

Brenda Lee

KeyC majorTempo148 bpm
0:00/0:00
// Coming On Strong — Brenda Lee
// 148 bpm, 4/4, key C major. Source: mcgill.
// Generated by strudelify. One cycle = one bar.
setcpm(148/4)

const chords = arrange(
  // intro (8 bars)
  [8, "<C!2 G7sus!2 C!2 G7sus!2>"],
  // chorus (16 bars)
  [16, "<C!2 Am!2 [F@2 C@2] C G7!2 F!2 C Am F G7 C!2>"],
  // verse (24 bars)
  [24, "<[G@2 C@2]!7 G [D@2 G@2]!7 D [E@2 A@2]!6 G!2>"],
  // chorus (16 bars)
  [16, "<C!2 Am!2 [F@2 C@2] C G7!2 F!2 C Am F G7 C F>"],
  // outro (4 bars)
  [4, "<C F C F>"],
  // fadeout (6 bars)
  [6, "<C F C F C F>"],
)
const bassline = arrange(
  [8, "<c2!2 g2!2 c2!2 g2!2>"],
  [16, "<c2!2 a2!2 c2!2 g2!2 f2!2 c2 a2 f2 g2 c2!2>"],
  [24, "<[g2@2 c2@2]!7 g2 [d2@2 g2@2]!7 d2 [e2@2 a2@2]!6 g2!2>"],
  [16, "<c2!2 a2!2 c2!2 g2!2 f2!2 c2 a2 f2 g2 c2 f2>"],
  [4, "<c2 f2 c2 f2>"],
  [6, "<c2 f2 c2 f2 c2 f2>"],
)

// 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 Brenda Lee