Strudelify

star of the county down

Miller

KeyD majorTempo72 bpm
0:00/0:00
// star of the county down — Miller
// 72 bpm, 4/4, key D major. Source: midi.
// Generated by strudelify. One cycle = one bar.
// note: metre changes (1/4 at bar 1, 4/4 at bar 2) are rendered on a constant 4/4 grid of one bar per cycle
// note: Transcription provider: pdmx. https://musescore.com/score/658566; license: https://creativecommons.org/publicdomain/zero/1.0/
// note: Full arrangement: all 17 bars on a 16-step grid, each part at one level. Source detail keeps the original performance.
setcpm(72/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 · violin
const violin = note("<A B C D E F G H I J K L M N O P Q>".pickRestart({
  A: "~@3 f#4", B: "d4 e4 f#4 e4", C: "f#4 a4 g4 b4", D: "d5@2 b4 a4 g4@2 d4@2", E: "f#4 f4 e4 d4", F: "e4 f#4 g4 e4",
  G: "a4 b4 c#5 b4", H: "b4 ~ g4!2", I: "g#4@3 ~", J: "f#5@2 e5@2 d5@2 c5 b4", K: "a4@2 b4@2 c5@2 b4 a4",
  L: "f#4 a4 f#4!2", M: "e4@6 d4 e4", N: "f#4 g4 a4 f#4", O: "b4@2 c5@2 c#5@2 b4 c#5", P: "d5 ~ g4 a4", Q: "f#4@3 ~",
})).s("gm_violin").gain(0.25)

// other · viola
const viola = note("<A B C D E F G H I J K L M N O P Q>".pickRestart({
  A: "~@3 a3", B: "b3@3 c#4", C: "b3 d4 e4 g4", D: "a4@2 g4 f#4 e4@2 d4@2", E: "d4@2 c#4 d4", F: "d4 d#4 e4 g4",
  G: "f#4@2 g4@2 a4@2 g#4 g4", H: "f#4 ~ d4 e4", I: "e4@3 ~", J: "~@4 a4@2 g#4 g4", K: "f#4@2 g4@2 a4@2 f#4 e4",
  L: "d4@2 d4 e4 f#4@2 g4 g#4", M: "a4@2 g#4@2 g4@2 e4 c#4", N: "d4!2 e4 f#4", O: "g4@2 a4@2 a4@2 g4 a4",
  P: "a4 ~ g4 e4", Q: "d#4@3 ~",
})).s("gm_viola").gain(0.4)

// other · cello · "Violoncello"
const cello = note("<A B C D E F G H I ~ J K L M N O P>".pickRestart({
  A: "~@3 c#3", B: "b2@3 a2", C: "b2@2 b2 c#3", D: "d3 c#3 b2 c3", E: "c#3@2 d3@2 f#3@2 f#3 f3", F: "e3 d#3 d3 c#3",
  G: "d3@2 d3@2 c#3@2 c#3 c3", H: "b2 ~ e3 d3", I: "c#3@3 ~", J: "c#4 a3 g3 a3", K: "b3@2 a3 g#3 f#3 e3 d3!2",
  L: "c#3@2 e3@2 a3@2 b3 a3", M: "g3!2 f#3 d3", N: "f#3@2 g3@2 a3@2 g3 e3", O: "d3 ~ d3 c#3", P: "b2@3 ~",
})).s("gm_cello").gain(0.25)

stack(violin, viola, cello)

More by Miller