Strudelify

the legend of zelda main theme

Koji Kondo

KeyD minorTempo200 bpm
0:00/0:00
// the legend of zelda main theme — Koji Kondo
// 200 bpm, 3/4, key D minor. Source: midi.
// Generated by strudelify. One cycle = one bar.
// note: Transcription provider: pdmx. https://musescore.com/score/5456502; license: https://creativecommons.org/publicdomain/zero/1.0/
// note: Full arrangement: all 46 bars on a 16-step grid, each part at one level. Source detail keeps the original performance.
setcpm(200/3)

// Notation: c3@3 lasts 3 steps · ~ is a rest · [...]/2 spreads a riff over 2 bars.
// 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("<~@8 A@2 B C D E D F A@2 B C D G H@2 ~@6 A@2 B C D E D F A@2 B C D G H@2>".pickRestart({
  A: "d3@3 f3@2 d4@11", B: "e4@5 ~@3 f4@3 e4@2 f4@3", C: "e4@3 c4@2 a3@11", D: "a3@5 d3@5 ~ f3@2 g3@3", E: "a3",
  F: "e3", G: "a3@11 a3@5", H: "d3/2",
})).s("gm_trombone").gain(0.45)

// other · trombone
const trombone_2 = note(`<
  A B C B A B C B A D C D A E A F A D C D A F A D C B A B C B A D C D A E A F A D C D A F A D
>`.pickRestart({
  A: "~@5 f3@3 ~@3 f3@3 ~@2", B: "~@3 e3@2 g3@11", C: "~@5 a3@3 ~@3 a3@3 ~@2", D: "~@5 g3@11", E: "~@5 c3@11",
  F: "~@5 db3@11",
})).s("gm_trombone").gain(0.3)

// other · trombone
const trombone_3 = note(`<
  A B C B A B C B A B C B D C D E A B C B D E A B C B A B C B A B C B D C D E A B C B D E A B
>`.pickRestart({
  A: "d3", B: "e3", C: "f3", D: "bb3", E: "a3",
})).s("gm_trombone").gain(0.4)

stack(trombone, trombone_2, trombone_3)

More by Koji Kondo