Strudelify

way out west

Harry Carroll

KeyF majorTempo120 bpm
0:00/0:00
// way out west — Harry Carroll
// 120 bpm, 4/4, key F major. Source: midi.
// Generated by strudelify. One cycle = one bar.
// note: metre changes (4/4 at bar 1, 5/4 at bar 20, 4/4 at bar 21, 2/4 at bar 32, ...) are rendered on a constant 4/4 grid of one bar per cycle
// note: Transcription provider: pdmx. https://musescore.com/score/21001; license: https://creativecommons.org/publicdomain/zero/1.0/
// note: Full arrangement: all 55 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 · [...]/2 spreads a riff over 2 bars.
// A part's distinct bars are riffs (A, B, C...) played in order: edit a riff to change every repeat.

// other · acoustic guitar steel · "Steel string Guitar"
const acoustic_guitar_steel = note("<A B@19 A B@11 C@2 B@15 D@2 B@3 E>".pickRestart({
  A: "~ bb3!3", B: "bb3!4", C: "[bb3@6 bb3!2]/2", D: "[bb3!2 bb3@3 ~ bb3!2]/2", E: "bb3!2",
})).s("gm_acoustic_guitar_steel").gain(0.05)

stack(acoustic_guitar_steel)