Strudelify
I Found A True Love cover art

1968 · Soul Masters: Don't Fight It, Feel It

I Found A True Love

Wilson Pickett

KeyC majorTempo139 bpm
0:00/0:00
// I Found A True Love — Wilson Pickett
// 139 bpm, 4/4, key C major. Source: mcgill.
// Generated by strudelify. One cycle = one bar.
setcpm(139/4)

const chords = arrange(
  // intro (3 bars)
  [3, "<C F C>"],
  // verse (16 bars)
  [16, "<C C7 C C7 F7!2 C C7 C C7!3 Am G C!2>"],
  // verse (16 bars)
  [16, "<C C7 C C7 F7!2 C C7 C C7 C C7 Am G C C7>"],
  // solo (16 bars)
  [16, "<C F7 C!3 F7 C!3 F7 C!3 F7 C!2>"],
  // chorus (16 bars)
  [16, "<C F7 C!3 F7 C!3 F7 C!3 F7 C!2>"],
  // outro (12 bars)
  [12, "<C G F7 [C@2 G@2] C G F7 [C@2 G@2] C G F7 [C@2 G@2]>"],
  // fadeout (4 bars)
  [4, "<C G F7 [C@2 G@2]>"],
)
const bassline = arrange(
  [3, "<c2!3>"],
  [16, "<c2!4 f2!2 c2!6 a2 g2 c2!2>"],
  [16, "<c2!4 f2!2 c2!6 a2 g2 c2!2>"],
  [16, "<c2 f2 c2!3 f2 c2!3 f2 c2!3 f2 c2!2>"],
  [16, "<c2 f2 c2!3 f2 c2!3 f2 c2!3 f2 c2!2>"],
  [12, "<c2 g2 f2 g2 c2 g2 f2 g2 c2 g2 f2 g2>"],
  [4, "<c2 g2 f2 g2>"],
)

// 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 Wilson Pickett