Strudelify

lalala

ViolentTomato

KeyB♭ majorTempo132 bpm
0:00/0:00
// lalala — ViolentTomato
// 132 bpm, 4/4, key Bb major. Source: midi.
// Generated by strudelify. One cycle = one bar.
// note: metre changes (1/4 at bar 1, 4/4 at bar 1) are rendered on a constant 4/4 grid of one bar per cycle
// note: Transcription provider: pdmx. https://musescore.com/score/5644777; license: https://creativecommons.org/publicdomain/zero/1.0/
// note: Full arrangement: all 18 bars on a 16-step grid, each part at one level. Source detail keeps the original performance.
setcpm(132/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.

// drums · kick
const kick = s("bd").struct("<~ A B A B A B A ~ A B A B A B A ~@2>".pickRestart({
  A: "x ~@6 x", B: "~@2 x!2",
})).gain(0.2)

// drums · snare
const snare = s("sd").struct("<~ [~ x]!7 ~ [~ x]!7 ~@2>").gain(0.2)

// drums · hihat
const hihat = s("hh").struct("<~ [x!8]!7 ~ [x!8]!7 ~@2>").gain(0.2)

stack(kick, snare, hihat)