Strudelify
There's No Other (Like My Baby) cover art

1961 · He's a Rebel

There's No Other (Like My Baby)

The Crystals

KeyD majorTempo93 bpm
0:00/0:00
// There's No Other (Like My Baby) — The Crystals
// 93 bpm, 12/8, key D major. Source: mcgill.
// Generated by strudelify. One cycle = one bar.
setcpm(93/6)

const chords = arrange(
  // intro (4 bars)
  [4, "<D [G@6 A@6] D [G@6 A@6]>"],
  // chorus (4 bars)
  [4, "<[D@6 Bm@6] [G@6 A@6] [D@6 G@6] [D@6 A@6]>"],
  // chorus (4 bars)
  [4, "<[D@6 Bm@6] [G@6 A@6] [D@6 G@6] [D@6 A@6]>"],
  // verse (4 bars)
  [4, "<[D@6 Bm@6] [G@6 A@6] [D@6 Bm@6] [G@6 A@6]>"],
  // chorus (4 bars)
  [4, "<[D@6 Bm@6] [G@6 A@6] [D@6 G@6] [D@6 A@6]>"],
  // verse (4 bars)
  [4, "<[D@6 Bm@6] [G@6 A@6] [D@6 Bm@6] [G@6 A@6]>"],
  // chorus (4 bars)
  [4, "<[D@6 Bm@6] [G@6 A@6] [D@6 G@6] [D@6 A@6]>"],
  // bridge (4 bars)
  [4, "<D Bm G A>"],
  // chorus (4 bars)
  [4, "<[D@6 Bm@6] [G@6 A@6] [D@6 G@6] D>"],
)
const bassline = arrange(
  [4, "<d2 [g2@6 a2@6] d2 [g2@6 a2@6]>"],
  [4, "<[d2@6 b2@6] [g2@6 a2@6] [d2@6 g2@6] [d2@6 a2@6]>"],
  [4, "<[d2@6 b2@6] [g2@6 a2@6] [d2@6 g2@6] [d2@6 a2@6]>"],
  [4, "<[d2@6 b2@6] [g2@6 a2@6] [d2@6 b2@6] [g2@6 a2@6]>"],
  [4, "<[d2@6 b2@6] [g2@6 a2@6] [d2@6 g2@6] [d2@6 a2@6]>"],
  [4, "<[d2@6 b2@6] [g2@6 a2@6] [d2@6 b2@6] [g2@6 a2@6]>"],
  [4, "<[d2@6 b2@6] [g2@6 a2@6] [d2@6 g2@6] [d2@6 a2@6]>"],
  [4, "<d2 b2 g2 a2>"],
  [4, "<[d2@6 b2@6] [g2@6 a2@6] [d2@6 g2@6] 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 hh] [sd hh hh] [bd hh hh] [sd hh hh]").gain(0.8)

stack(keys, bass, drums)

More by The Crystals