Strudelify
Tumbling Dice cover art

1972 · Exile On Main Street (2010 Re-Mastered)

Tumbling Dice

The Rolling Stones

KeyB majorTempo111 bpm
0:00/0:00
// Tumbling Dice — The Rolling Stones
// 111 bpm, 4/4, key B major. Source: mcgill.
// Generated by strudelify. One cycle = one bar.
setcpm(111/4)

const chords = arrange(
  // intro (5 bars)
  [5, "<E B!4>"],
  // verse (8 bars)
  [8, "<B!4 [F#@2 B@2]!2 E F#>"],
  // verse (8 bars)
  [8, "<B!4 [F#@2 B@2]!2 E F#>"],
  // verse (10 bars)
  [10, "<B!4 [F#@2 B@2]!2 E B!3>"],
  // verse (8 bars)
  [8, "<B!4 [F#@2 B@2]!2 E F#>"],
  // verse (12 bars)
  [12, "<B!4 [F#@2 B@2]!2 E B E B!3>"],
  // solo (8 bars)
  [8, "<B!4 [F#@2 B@2]!2 E F#>"],
  // verse (10 bars)
  [10, "<B!4 [F#@2 B@2]!2 E B E B>"],
  // outro (36 bars)
  [36, "<E [B@2 F#@2] E [B@2 F#@2] E [B@2 F#@2] E [B@2 F#@2] E [B@2 F#@2] E [B@2 F#@2] E [B@2 F#@2] E [B@2 F#@2] E [B@2 F#@2] E [B@2 F#@2] E [B@2 F#@2] E [B@2 F#@2] E [B@2 F#@2] E [B@2 F#@2] E [B@2 F#@2] E [B@2 F#@2] E [B@2 F#@2] E [B@2 F#@2]>"],
)
const bassline = arrange(
  [5, "<e2 b2!4>"],
  [8, "<b2!3 [b2@2 d#2 e2] [f#2@2 b2@2]!2 e2 f#2>"],
  [8, "<b2!4 [f#2@2 b2@2]!2 e2 f#2>"],
  [10, "<b2!3 [b2@2 d#2 e2] [f#2@2 b2@2]!2 e2 b2!3>"],
  [8, "<b2!4 [f#2@2 b2@2]!2 e2 f#2>"],
  [12, "<b2!4 [f#2@2 b2@2]!2 e2 b2 e2 b2!3>"],
  [8, "<b2!4 [f#2@2 b2@2]!2 e2 f#2>"],
  [10, "<b2!4 [f#2@2 b2@2]!2 e2 b2 e2 b2>"],
  [36, "<e2 [b2@2 f#2@2] e2 [b2@2 f#2@2] e2 [b2@2 f#2@2] e2 [b2@2 f#2@2] e2 [b2@2 f#2@2] e2 [b2@2 f#2@2] e2 [b2@2 f#2@2] e2 [b2@2 f#2@2] e2 [b2@2 f#2@2] e2 [b2@2 f#2@2] e2 [b2@2 f#2@2] e2 [b2@2 f#2@2] e2 [b2@2 f#2@2] e2 [b2@2 f#2@2] e2 [b2@2 f#2@2] e2 [b2@2 f#2@2] e2 [b2@2 f#2@2] e2 [b2@2 f#2@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 The Rolling Stones