Strudelify
The Anaheim, Azusa & Cucamonga Sewing Circle, Book Review And Timing Association cover art

1964

The Anaheim, Azusa & Cucamonga Sewing Circle, Book Review And Timing Association

Jan & Dean

KeyD majorTempo148 bpm
0:00/0:00
// The Anaheim, Azusa & Cucamonga Sewing Circle, Book Review And Timing Association — Jan & Dean
// 148 bpm, 4/4, key D major. Source: mcgill.
// Generated by strudelify. One cycle = one bar.
setcpm(148/4)

const chords = arrange(
  // chorus (6 bars)
  [6, "<[B@2 E@2] [A@2 E@2] [B@2 C#m@2] C#m [B@2 D@2] D>"],
  // verse (10 bars)
  [10, "<D!4 G [G7@2 G@2] D!2 [D@2 Cm@2] C7>"],
  // pre-chorus (8 bars)
  [8, "<F Bb C7 F!2 Bb G7 [C@3 E]>"],
  // chorus (7 bars)
  [7, "<[B@2 E@2] [A@2 E@2] [B@2 C#m@2] [C#m@2 B@2] [B@2 D@2] D [D@2 ~@2]>"],
  // verse (10 bars)
  [10, "<D!4 G [G7@2 G@2] D!2 [D@2 Cm@2] C7>"],
  // pre-chorus (8 bars)
  [8, "<F Bb C7 F!2 Bb G7 [C@3 E]>"],
  // chorus (6 bars)
  [6, "<[B@2 E@2] [A@2 E@2] [B@2 C#m@2] [B@2 D@2] D [D@2 ~@2]>"],
  // verse (10 bars)
  [10, "<D!4 G [G7@2 G@2] D!2 [D@2 Cm@2] C7>"],
  // pre-chorus (8 bars)
  [8, "<F Bb C7 F!2 Bb G7 [C@3 E]>"],
  // chorus (6 bars)
  [6, "<[B@2 E@2] [A@2 E@2] [B@2 C#m@2] [C#m@2 B@2] B [E@2 ~@2]>"],
  // chorus (6 bars)
  [6, "<[A@2 B Co] [C#m@2 G#m@2] [E@2 A@2] [A@2 B7sus@2] E [E@2 ~@2]>"],
  // fadeout (16 bars)
  [16, "<E!16>"],
)
const bassline = arrange(
  [6, "<[b2@2 e2@2] [a2@2 e2@2] [b2@2 c#2@2] c#2 [b2@2 d2@2] d2>"],
  [10, "<[d2@2 a2@2]!4 [g2@2 d2@2]!2 [d2@2 a2@2]!2 [d2@2 c2@2] c2>"],
  [8, "<f2 bb2 c2 f2!2 bb2 g2 [c2@3 e2]>"],
  [7, "<[b2@2 e2@2] [a2@2 e2@2] [b2@2 c#2@2] [c#2@2 b2@2] [b2@2 d2@2] d2 [d2@2 ~@2]>"],
  [10, "<[d2@2 a2@2]!4 [g2@2 d2@2]!2 [d2@2 a2@2]!2 [d2@2 c2@2] c2>"],
  [8, "<f2 bb2 c2 f2!2 bb2 g2 [c2@3 e2]>"],
  [6, "<[b2@2 e2@2] [a2@2 e2@2] [b2@2 c#2@2] [b2@2 d2@2] d2 [d2@2 ~@2]>"],
  [10, "<[d2@2 a2@2]!4 [g2@2 d2@2]!2 [d2@2 a2@2]!2 [d2@2 c2@2] c2>"],
  [8, "<f2 bb2 c2 f2!2 bb2 g2 [c2@3 e2]>"],
  [6, "<[b2@2 e2@2] [a2@2 e2@2] [b2@2 c#2@2] [c#2@2 b2@2] b2 [g#2@2 ~@2]>"],
  [6, "<[a2@2 b2 c2] [c#2@2 g#2@2] [e2@2 a2@2] [a2@2 e2@2] e2 [e2@2 ~@2]>"],
  [16, "<e2 [e2@2 b2 g#2] e2 [e2@2 b2 g#2] e2 [e2@2 b2 g#2] e2 [e2@2 b2 g#2] e2 [e2@2 b2 g#2] e2 [e2@2 b2 g#2] e2 [e2@2 b2 g#2] e2 [e2@2 b2 g#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 Jan & Dean