Strudelify
The Stroke cover art

1981 · Don't Say No

The Stroke

Billy Squier

KeyD minorTempo198 bpm
0:00/0:00
// The Stroke — Billy Squier
// 198 bpm, 4/4, key D minor. Source: mcgill.
// Generated by strudelify. One cycle = one bar.
setcpm(198/4)

const chords = arrange(
  // intro (17 bars)
  [17, "<~!17>"],
  // verse (8 bars)
  [8, "<G5!2 D5!2 G5!2 [A5@2 G5@2] [F#5@2 E5@2]>"],
  // trans (8 bars)
  [8, "<[Dm@2 C@2]!3 G5 [Dm@2 C@2]!3 [G5@2 F5@2]>"],
  // verse (16 bars)
  [16, "<Dm!3 G5 Dm!4 G5!2 D5!2 G5!2 [A5@2 G5@2] [F#5@2 E5@2]>"],
  // chorus (16 bars)
  [16, "<[C@2 Dm@2] Dm!2 [G5@2 F5@2] [C@2 Dm@2] Dm!2 [G5@2 F5@2] [C@2 Dm@2] Dm!2 [G5@2 F5@2] [C@2 Dm@2] Dm!3>"],
  // trans (8 bars)
  [8, "<[Dm@2 C@2]!3 G5 [Dm@2 C@2]!3 [G5@2 F5@2]>"],
  // verse (16 bars)
  [16, "<Dm!3 G5 Dm!4 G5!2 D5!2 G5!2 [A5@2 G5@2] [F#5@2 E5@2]>"],
  // chorus (16 bars)
  [16, "<[C@2 Dm@2] Dm!2 [G5@2 F5@2] [C@2 Dm@2] Dm!2 [G5@2 F5@2] [C@2 Dm@2] Dm!2 [G5@2 F5@2] [C@2 Dm@2] Dm!3>"],
  // interlude (8 bars)
  [8, "<~!8>"],
  // trans (8 bars)
  [8, "<[Dm@2 C@2]!3 G5 [Dm@2 C@2]!3 [G5@2 F5@2]>"],
  // verse (16 bars)
  [16, "<Dm!3 G5 Dm!4 G5!2 D5!2 G5!2 [A5@2 G5@2] [F#5@2 E5@2]>"],
  // chorus (16 bars)
  [16, "<Dm!16>"],
  // chorus (16 bars)
  [16, "<[C@2 Dm@2] Dm!2 G5 [C@2 Dm@2] Dm!2 [G5@2 F5@2] [C@2 Dm@2] Dm!2 G5 [C@2 Dm@2] Dm!2 [G5@2 F5@2]>"],
)
const bassline = arrange(
  [17, "<~!17>"],
  [8, "<g2!2 d2!2 g2!2 [a2@2 g2@2] [f#2@2 e2@2]>"],
  [8, "<d2!3 [c2@2 g2@2] d2!3 [g2@2 f2@2]>"],
  [16, "<d2!3 [c2@2 g2@2] d2!4 g2!2 d2!2 g2!2 [a2@2 g2@2] [f#2@2 e2@2]>"],
  [16, "<[c2@2 d2@2] d2!2 [g2@2 f2@2] [c2@2 d2@2] d2!2 [g2@2 f2@2] [c2@2 d2@2] d2!2 [g2@2 f2@2] [c2@2 d2@2] d2!3>"],
  [8, "<d2!3 [c2@2 g2@2] d2!3 [g2@2 f2@2]>"],
  [16, "<d2!3 [c2@2 g2@2] d2!4 g2!2 d2!2 g2!2 [a2@2 g2@2] [f#2@2 e2@2]>"],
  [16, "<[c2@2 d2@2] d2!2 [g2@2 f2@2] [c2@2 d2@2] d2!2 [g2@2 f2@2] [c2@2 d2@2] d2!2 [g2@2 f2@2] [c2@2 d2@2] d2!3>"],
  [8, "<~!8>"],
  [8, "<d2!3 [c2@2 g2@2] d2!3 [g2@2 f2@2]>"],
  [16, "<d2!3 [c2@2 g2@2] d2!4 g2!2 d2!2 g2!2 [a2@2 g2@2] [f#2@2 e2@2]>"],
  [16, "<d2!16>"],
  [16, "<[c2@2 d2@2] d2!2 [c2@2 g2@2] [c2@2 d2@2] d2!2 [g2@2 f2@2] [c2@2 d2@2] d2!2 [c2@2 g2@2] [c2@2 d2@2] d2!2 [g2@2 f2@2]>"],
)

// 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 Billy Squier