Strudelify
Where Are You cover art

1962 · Dinah '62

Where Are You

Dinah Washington

KeyE♭ majorTempo70 bpm
0:00/0:00
// Where Are You — Dinah Washington
// 70 bpm, 4/4, key Eb major. Source: mcgill.
// Generated by strudelify. One cycle = one bar.
setcpm(70/4)

const chords = arrange(
  // chorus (8 bars)
  [8, "<Eb^7 Gbo [Fm7@2 Bb9sus@2] Eb^7 F7 [Gm7@2 Cm7@2] [Fm7@2 E^7@2] [Eb^7@2 Fm7 E^7]>"],
  // chorus (8 bars)
  [8, "<Eb^7 Gbo [Fm7@2 Bb9sus@2] Eb^7 F7 [Gm7@2 Cm7@2] [Fm7@2 E^7@2] [Eb^7@2 Bbm7 Eb7]>"],
  // bridge (8 bars)
  [8, "<Ab^7 [G7sus@2 C7b9@2] [Fm7@2 Bb7b9@2] Eb7 Ab^7 [G7sus@2 G7@2] [Cm7@2 F7@2] [Fm7 Bb7 F#m7 B7]>"],
  // chorus (15 bars)
  [15, "<E^7 Go [F#m7@2 B9sus@2] E^7 F#7 E F#m11 G#m11 F#m7!2 B7b9!2 E^9!3>"],
)
const bassline = arrange(
  [8, "<eb2 gb2 [f2@2 bb2@2] eb2 f2 [g2@2 c2@2] [f2@2 e2@2] [eb2@2 f2 e2]>"],
  [8, "<eb2 gb2 [f2@2 bb2@2] eb2 f2 [g2@2 c2@2] [f2@2 e2@2] [eb2@2 bb2 eb2]>"],
  [8, "<ab2 [g2@2 c2@2] [f2@2 bb2@2] eb2 ab2 g2 [c2@2 f2@2] [f2 bb2 f#2 b2]>"],
  [15, "<e2 g2 [f#2@2 b2@2] e2 [f#2@2 g2@2] g#2 f#2 g#2 f#2!2 b2!2 e2!3>"],
)

// 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 Dinah Washington