Strudelify

Fiddles on Fire

Mark Williams

KeyD majorTempo150 bpm
0:00/0:00
// Fiddles on Fire — Mark Williams
// 150 bpm, 4/4, key D major. Source: midi.
// Generated by strudelify. One cycle = one bar.
// note: Transcription provider: pdmx. https://musescore.com/score/4349236; license: https://creativecommons.org/publicdomain/zero/1.0/
// note: Full arrangement: all 78 bars on a 16-step grid, each part at one level. Source detail keeps the original performance.
setcpm(150/4)

// Notation: c3@3 lasts 3 steps · ~ is a rest · [c3,e3] is a chord.
// 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 E G E F H I E F E G E F H I J K L M N O P Q J K L M N O P Q E F E G E F H I R S R T R S R U R S R T R S R
  U V W X Y Z O P Q AA AB AA G AA AB AC ~ AD AE
>`.pickRestart({
  A: "d4!4 e4!4", B: "g4!8", C: "[a4,e5]@2 [a4,e5]!2 [d4,a4]!2 [d4,a4]@2", D: "[a4,e5] ~@3",
  E: "a4 b4 a4 b4 c5 b4 c5 b4", F: "a4 d4 f#4 d4", G: "[a4,e5]@2 [a4,e5]!2 [a4,e5]@2 [a4,e5]!2",
  H: "f#4@2 f#4!2 e4!2 e4@2", I: "d4!2", J: "~@6 g4 a4", K: "b4 a4 b4 a4 g4@2 d4@2", L: "~@6 f#4 g4",
  M: "g4 e4 d4 e4 d4@4", N: "~@6 a4 b4", O: "c#5 b4 c#5 b4 a4@2 a4@2", P: "d5@2 d5!2 b4!2 g4@2", Q: "a4!2", R: "a4!8",
  S: "b4!8", T: "c5!8", U: "a4!4 a4@2 ~@2", V: "[g3,d4]@2 [g3,d4]!2 [g3,d4]@2 g4 a4", W: "b4 a4 b4 a4 g4@2 d#4@2",
  X: "[d4,a4]@2 [d4,a4]!2 [d4,a4]@2 d4 e4", Y: "f#4 e4 d4 e4 d4@4", Z: "[a4,e5]@2 [a4,e5]!2 [a4,e5]@2 a4 b4",
  AA: "f#4 d4 a4 d4", AB: "f#4 d4 a3 d4", AC: "a4@2 a4!4 a4@2", AD: "[a4,e5]@2 [a4,e5]!2 ~@4", AE: "~ a4 f#4 ~",
})).s("gm_violin").gain(0.4)

stack(violin)