Strudelify
Think Of Me cover art

1966 · Number 1's - Buck Owens

Think Of Me

Buck Owens

KeyB majorTempo135 bpm
0:00/0:00
// Think Of Me — Buck Owens
// 135 bpm, 4/4, key B major. Source: mcgill.
// Generated by strudelify. One cycle = one bar.
setcpm(135/4)

const chords = arrange(
  // intro (4 bars)
  [4, "<B F#7 B F#7>"],
  // chorus (8 bars)
  [8, "<B E F#7 B!2 E F#7 B>"],
  // verse (8 bars)
  [8, "<B E F#7 B!2 E F#7 B>"],
  // chorus (8 bars)
  [8, "<B E F#7 B!2 E F#7 B>"],
  // verse (8 bars)
  [8, "<B E F#7 B!2 E F#7 B>"],
  // chorus (8 bars)
  [8, "<B E F#7 B!2 E F#7 B>"],
  // solo (4 bars)
  [4, "<B F#7 B F#7>"],
  // verse (8 bars)
  [8, "<B E F#7 B!2 E F#7 B>"],
  // verse (8 bars)
  [8, "<B E F#7 B!2 E F#7 B>"],
  // chorus (11 bars)
  [11, "<B E F#7 B!2 E F#7 B F#7 B!2>"],
)
const bassline = arrange(
  [4, "<b2 f#2 b2 f#2>"],
  [8, "<b2 e2 f#2 b2!2 e2 f#2 b2>"],
  [8, "<b2 e2 f#2 b2!2 e2 f#2 b2>"],
  [8, "<b2 e2 f#2 b2!2 e2 f#2 b2>"],
  [8, "<b2 e2 f#2 b2!2 e2 f#2 b2>"],
  [8, "<b2 e2 f#2 b2!2 e2 f#2 b2>"],
  [4, "<b2 f#2 b2 f#2>"],
  [8, "<b2 e2 f#2 b2!2 e2 f#2 b2>"],
  [8, "<b2 e2 f#2 b2!2 e2 f#2 b2>"],
  [11, "<b2 e2 f#2 b2!2 e2 f#2 b2 f#2 b2!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 Buck Owens