Strudelify

POTRI THUTHIPOM (àªààààà àààààªààªààà)

Suresh Antonio

KeyC majorTempo120 bpm
0:00/0:00
// POTRI THUTHIPOM (àªààààà àààààªààªààà) — Suresh Antonio
// 120 bpm, 4/4, key C major. Source: midi.
// Generated by strudelify. One cycle = one bar.
// note: ch 1 "Piano" named as a piano, played on piano (its acoustic bass patch is not one)
// note: Transcription provider: pdmx. https://musescore.com/score/5979552; license: https://creativecommons.org/publicdomain/zero/1.0/
// note: Full arrangement: all 28 bars on a 16-step grid, each part at one level. Source detail keeps the original performance.
setcpm(120/4)

// Notation: c3@3 lasts 3 steps · ~ is a rest.

// drums · kick
const kick = s("bd").struct("<[x!4]!27 ~>").gain(0.14)

// drums · snare
const snare = s("sd").struct("<[~ x ~ x ~ x ~ x]!27 ~>").gain(0.14)

// drums · crash
const crash = s("cr").struct("<~@27 x>").gain(0.14)

stack(kick, snare, crash)