Strudelify
Let Me Get To Know You cover art

1974 · Anka

Let Me Get To Know You

Paul Anka

KeyE minorTempo106 bpm
0:00/0:00
// Let Me Get To Know You — Paul Anka
// 106 bpm, 4/4, key E minor. Source: mcgill.
// Generated by strudelify. One cycle = one bar.
setcpm(106/4)

const chords = arrange(
  // intro (4 bars)
  [4, "<Em Am7 Bsus B>"],
  // verse (18 bars)
  [18, "<Em Am7 [Bsus@2 B@2] Em!2 Am7 [Bsus@2 B@2] Em!3 Am7 [Bsus@2 B@2] Em!2 Am7 [Bsus@2 B@2] Em!2>"],
  // chorus (9 bars)
  [9, "<[C@2 D@2] G [C@2 D@2] [G@2 G7@2] B7 Em C Bsus B>"],
  // verse (17 bars)
  [17, "<Em Am7 [Bsus@2 B@2] Em!2 Am7 [Bsus@2 B@2] Em!2 Am7 [Bsus@2 B@2] Em!2 Am7 [Bsus@2 B@2] Em!2>"],
  // chorus (9 bars)
  [9, "<[C@2 D@2] G [C@2 D@2] G7 B7 Em C Bsus B>"],
  // chorus (9 bars)
  [9, "<[C@2 D@2] G [C@2 D@2] G7 B7 Em C Bsus B>"],
  // verse (9 bars)
  [9, "<Em Am7 [Bsus@2 B@2] Em!2 Am7 [Bsus@2 B@2] Em!2>"],
  // chorus (8 bars)
  [8, "<[C@2 D@2] G [C@2 D@2] G7 B7 Em C [Bsus@2 B@2]>"],
  // fadeout (5 bars)
  [5, "<[C@2 D@2] G [C@2 D@2] G7 Bsus>"],
)
const bassline = arrange(
  [4, "<e2 a2 b2!2>"],
  [18, "<e2 a2 b2 e2!2 a2 b2 e2!3 a2 b2 e2!2 a2 b2 e2!2>"],
  [9, "<[c2@2 d2@2] g2 [c2@2 d2@2] g2 b2 [e2@2 d2@2] c2 b2!2>"],
  [17, "<e2 a2 b2 e2!2 a2 b2 e2!2 a2 b2 e2!2 a2 b2 e2!2>"],
  [9, "<[c2@2 d2@2] g2 [c2@2 d2@2] g2 b2 [e2@2 d2@2] c2 b2!2>"],
  [9, "<[c2@2 d2@2] g2 [c2@2 d2@2] g2 b2 [e2@2 d2@2] c2 b2!2>"],
  [9, "<e2 a2 b2 e2!2 a2 b2 e2!2>"],
  [8, "<[c2@2 d2@2] g2 [c2@2 d2@2] g2 b2 [e2@2 d2@2] c2 b2>"],
  [5, "<[c2@2 d2@2] g2 [c2@2 d2@2] g2 b2>"],
)

// 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 Paul Anka