Strudelify
I Will cover art

1965

I Will

Dean Martin

KeyD majorTempo104 bpm
0:00/0:00
// I Will — Dean Martin
// 104 bpm, 4/4, key D major. Source: mcgill.
// Generated by strudelify. One cycle = one bar.
setcpm(104/4)

const chords = arrange(
  // intro (4 bars)
  [4, "<[D@2 D6@2] [D^7@2 D6@2] [D@2 D6@2] [D^7@2 D6@2]>"],
  // verse (16 bars)
  [16, "<[D@2 D6@2] [D^7@2 D6@2] [A@2 Aadd9@2]!4 [D@2 D6@2] [D^7@2 D6@2] D7!2 G Gm D A7 [D@2 D6@2] [D^7@2 D6@2]>"],
  // verse (16 bars)
  [16, "<[D@2 D6@2] [D^7@2 D6@2] [A@2 Aadd9@2]!4 [D@2 D6@2] [D^7@2 D6@2] D7!2 G Gm D A7 [D@2 D6@2] A7>"],
  // verse (23 bars)
  [23, "<[D@2 D6@2] [D^7@2 D6@2] [A@2 Aadd9@2]!4 [D@2 D6@2] [D^7@2 D6@2] D7!2 G Gm D A7 [D@2 D6@2] [D^7@2 D6@2] D A7 ~ D!4>"],
)
const bassline = arrange(
  [4, "<d2!4>"],
  [16, "<d2!2 a2!4 d2!4 g2!2 d2 a2 d2!2>"],
  [16, "<d2!2 a2!4 d2!4 g2!2 d2 a2 d2 a2>"],
  [23, "<d2!2 a2!4 d2!4 g2!2 d2 a2 d2!3 a2 ~ d2!4>"],
)

// 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 Dean Martin