Strudelify
(You're My) Soul And Inspiration cover art

1966 · The Righteous Brothers

(You're My) Soul And Inspiration

The Righteous Brothers

KeyA majorTempo112 bpm
0:00/0:00
// (You're My) Soul And Inspiration — The Righteous Brothers
// 112 bpm, 4/4, key A major. Source: mcgill.
// Generated by strudelify. One cycle = one bar.
setcpm(112/4)

const chords = arrange(
  // intro (4 bars)
  [4, "<[A@3 D] A [A@3 D] A>"],
  // verse (12 bars)
  [12, "<A D E A!2 D E A Bm7 D E!2>"],
  // chorus (7 bars)
  [7, "<D A D E [A@2 C#m@2] [D@2 E@2]!2>"],
  // trans (2 bars)
  [2, "<[A@3 D] A>"],
  // verse (12 bars)
  [12, "<A D E A!2 D E A Bm7 D E!2>"],
  // chorus (7 bars)
  [7, "<D A D E [A@2 C#m@2] [D@2 E@2]!2>"],
  // trans (2 bars)
  [2, "<[A@3 D] A>"],
  // bridge (13 bars)
  [13, "<B^7 E B^7 E B^7 E D E!2 G D A!2>"],
  // verse (12 bars)
  [12, "<A D E A!2 D E A Bm7 D E!2>"],
  // chorus (14 bars)
  [14, "<D A D E [A@2 C#m@2] [D@2 E@2]!2 A [A@2 C#m@2] [D@2 E@2]!2 G D A>"],
)
const bassline = arrange(
  [4, "<a2!4>"],
  [12, "<a2 d2 e2 a2!2 d2 e2 a2 b2 d2 e2!2>"],
  [7, "<d2 a2 d2 e2 [a2@2 c#2@2] [d2@2 e2@2]!2>"],
  [2, "<a2!2>"],
  [12, "<a2 d2 e2 a2!2 d2 e2 a2 b2 d2 e2!2>"],
  [7, "<d2 a2 d2 e2 [a2@2 c#2@2] [d2@2 e2@2]!2>"],
  [2, "<a2!2>"],
  [13, "<b2 e2 b2 e2 b2 e2 d2 e2!2 g2 d2 a2!2>"],
  [12, "<a2 d2 e2 a2!2 d2 e2 a2 b2 d2 e2!2>"],
  [14, "<d2 a2 d2 e2 [a2@2 c#2@2] [d2@2 e2@2]!2 a2 [a2@2 c#2@2] [d2@2 e2@2]!2 g2 d2 a2>"],
)

// 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 The Righteous Brothers