Strudelify

the legend of zelda ocarina of time - sarias song

riordain murphy

KeyE minorTempo120 bpm
0:00/0:00
// the legend of zelda ocarina of time - sarias song — riordain murphy
// 120 bpm, 4/4, key E minor. Source: midi.
// Generated by strudelify. One cycle = one bar.
// note: Transcription provider: pdmx. https://musescore.com/score/540581; license: https://creativecommons.org/publicdomain/zero/1.0/
// note: Full arrangement: all 19 bars on a 16-step grid, each part at one level. Source detail keeps the original performance.
setcpm(120/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.

// chords · piccolo
const piccolo = note("<A@2 B@2 A@2 B@2 C D C D C D E@3 ~ F>".pickRestart({
  A: "f6 [a6,c7]!3 ~@4", B: "c5 [g5,b5]!3 ~@4", C: "a6!2 d6!2", D: "g6!2 e6!2", E: "e6", F: "e7 ~@7",
})).s("gm_piccolo").gain(0.3)

stack(piccolo)