Strudelify
KeyD majorTempo80 bpm
0:00/0:00
// Aura Lea — George R. Poulton
// 80 bpm, 4/4, key D major. Source: midi.
// Generated by strudelify. One cycle = one bar.
// note: Transcription provider: pdmx. https://musescore.com/score/5555850; license: https://creativecommons.org/publicdomain/zero/1.0/
// note: Full arrangement: all 32 bars on a 16-step grid, each part at one level. Source detail keeps the original performance.
setcpm(80/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 · "Violin II"
const violin = note("<A B C D E F G D H I J K L M N O A B C D E F G D H I J K L M N P>".pickRestart({
  A: "d4@3 a3", B: "g#3@3 b3", C: "a3@2 c#4 e4", D: "d4 g4 f#4 e4", E: "f#4@2 d4 a4", F: "g#4@2 d4 g#4", G: "a4 e4",
  H: "d4 a#3", I: "b3@2 c4 a3", J: "g3 a#3", K: "a3 d4 f#4 e4", L: "d4 a4 d#5 b4", M: "g4 f#4 e4 d4", N: "c#4 a3",
  O: "d4 a3", P: "d4!2",
})).s("gm_violin").gain(0.2)

stack(violin)