Strudelify

Girls

Beastie Boys

KeyD minorTempo293 bpm
0:00/0:00
// Girls — Beastie Boys
// 292.8 bpm, 2/2, key D minor. Source: midi.
// Generated by strudelify. One cycle = one bar.
// note: duplicate parts dropped: ch 3 "Vibraphone" vibraphone (copy of ch 2 "Xylophone" celesta)
// note: Full arrangement: all 154 bars on a 16-step grid, each part at one level. Source detail keeps the original performance.
setcpm(292.8/4)

// Notation: c3@3 lasts 3 steps · ~ is a rest.
// A part's distinct bars are riffs (A, B, C...) played in order: edit a riff to change every repeat.

// other · celesta · "Xylophone"
const celesta = note(`<
  A B C D C D C D E ~ C F G H C F G H C F G H C D I B C F G H C F G H C F G H ~@2 A B C F G H C F G H C F G H C F G H C
  F G H C F G H C F G H ~@2 A B C F G H C F G H C F G H C F G H C F G H C F G H C F G H ~@5 A B C D C D C D J ~@9 C F G
  H C F G H C F G H C F G H C F G H C F G H C F G H K
>`.pickRestart({
  A: "~ c5", B: "d5 c5", C: "f5!2 c5!2", D: "f5@2 f5 c5@3 e5@2", E: "f5", F: "f5@2 f5 c5@3 db5@2", G: "d5!2 a4!2",
  H: "d5@2 d5 a4@3 d5@2", I: "f5 c5", J: "f5 ~@3", K: "f5 ~",
})).s("gm_celesta").gain(0.46)

// drums · snare
const snare = s("sd").struct("<~@10 A@14 ~@2 A@12 ~@4 A@28 ~@4 A@28 ~@7 A@6 ~@2 A@36 ~>".pickRestart({
  A: "~ x ~ x",
})).gain(0.37)

// drums · high tom
const high_tom = s("ht").struct("<~@10 A@14 B ~ A@12 ~@4 A@28 ~@4 A@28 ~@7 A@6 ~@2 A@36 B>".pickRestart({
  A: "x!2", B: "x",
})).gain(0.37)

// drums · tambourine
const tambourine = s("tb").struct("<~@6 A@2 B ~ A@14 B ~ A@12 ~@4 A@28 ~@4 A@28 ~@7 A@6 ~@2 A@36 B>".pickRestart({
  A: "x!4", B: "x",
})).gain(0.37)

stack(celesta, snare, high_tom, tambourine)

More by Beastie Boys