Strudelify
KeyB♭ majorTempo200 bpm
0:00/0:00
// V.I.P. — Youngblood Brass Band
// 200 bpm, 2/2, key Bb major. Source: midi.
// Generated by strudelify. One cycle = one bar.
// note: Transcription provider: pdmx. https://musescore.com/score/4310891; license: https://creativecommons.org/publicdomain/zero/1.0/
// note: Full arrangement: all 89 bars on a 16-step grid, each part at one level. Source detail keeps the original performance.
setcpm(200/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 · trombone
const trombone = note(`<
  ~@8 A B C D A B C D E F G@2 E F G@2 H I J K H I J K H I J K H I J K A B C D A B C D E F G@2 E F G@2 H I J K H I J K H
  I J K H I J K L M N@2 L M N@2 L M N@2 L M O@2 P
>`.pickRestart({
  A: "d3@2 d3@2 ~ d3@3", B: "c3@3 c3@3 d3 eb3", C: "~@2 bb2@2 ~ bb2@3", D: "g3!2 ~ g3@2 g3 eb3@2", E: "bb3", F: "a3",
  G: "[a3@2 bb3 g3@13]/2", H: "bb3@2 bb3@2 ~ bb3@3", I: "f3@3 f3@3 d3 eb3", J: "~@2 eb3@2 ~ eb3@3",
  K: "g3!2 ~ g3@2 g3 a3@2", L: "d4", M: "c4", N: "[c4@2 d4 bb3@13]/2", O: "[c4@2 d4 bb3@9 ~ d4 eb4 d4]/2", P: "g3 ~",
})).s("gm_trombone").gain(0.3)

stack(trombone)

More by Youngblood Brass Band