Strudelify

snow miser

me

KeyG majorTempo160 bpm
0:00/0:00
// snow miser — me
// 160 bpm, 4/4, key G major. Source: midi.
// Generated by strudelify. One cycle = one bar.
// note: Transcription provider: pdmx. https://musescore.com/score/4835554; license: https://creativecommons.org/publicdomain/mark/1.0/
// note: Full arrangement: all 42 bars on a 16-step grid, each part at one level; ghost notes are separate "_soft" parts. Source detail keeps the original performance.
setcpm(160/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 · trombone
const trombone = note("<A B C B C D E D F D@2 G H D@3 I D J K A B C L M N O L M N P D@3 I D J ~ A Q R S>".pickRestart({
  A: "~@3 g3 d3 ~ f#3 ~", B: "g3 ~@3 e3@4", C: "g3 ~@2 g3 d3 ~ f#3 ~", D: "~ d4 ~ d4", E: "~ e4 ~ e4",
  F: "~@4 b3@2 b3 ~@3 c4@2 b3@2 ~@2", G: "~ c#4 ~ c#4", H: "~@3 g3@4 e3", I: "~@2 b3!2 ~ c4 b3@2",
  J: "a3@2 c#4!2 ~ c4 c#4@2", K: "a3 ~@7", L: "b3@2 a3 g3", M: "c4@8 a3@2 g3 ~@5", N: "~ b3@3 a3@2 g3@2", O: "e3 ~",
  P: "f#3 ~ e3 d3@2 ~@3", Q: "g3 ~@3 g3@2 a3@2", R: "~@3 d3 c3 ~ b2 ~", S: "g2 ~@7",
})).s("gm_trombone").gain(0.3)

// other · trombone
const trombone_2 = note(`<
  A B C B C D E D F D@2 G H D@3 I D J K A B C L M N O L M N P D@3 I D J ~ A Q R S
>`.pickRestart({
  A: "~@3 g2 d2 ~ f#2 ~", B: "g2 ~@3 d2@4", C: "g2 ~@2 g2 d2 ~ f#2 ~", D: "f#2 ~ f#2 ~", E: "a2 ~ a2 ~",
  F: "~@4 g3@2 g3 ~@3 a3@2 g3@2 ~@2", G: "e2 ~ e2 ~", H: "g2@2 ~ g2@4 d2", I: "~@2 g3!2 ~ a3 g3@2",
  J: "e3@2 e3!2 ~ d#3 e3@2", K: "f#3 ~@3", L: "d3@2 c3 b2", M: "e3@8 c3@2 b2 ~@5", N: "~ d3@3 c3@2 b2@2", O: "g2 ~",
  P: "a2 ~ g2 f#2@2 ~@3", Q: "g2 ~@3 d3@2 e3@2", R: "~@3 d3 c3 ~ b2 ~", S: "g2 ~@7",
})).s("gm_trombone").gain(0.3)

stack(trombone, trombone_2)

More by me