0:00/0:00
// Legend of Zelda: Twilight Princess — Koji Kondo
// 84 bpm, 4/4, key Bb major. Source: midi.
// Generated by strudelify. One cycle = one bar.
// note: Tempo changes preserved in elapsed time; displayed bars use the dominant tempo.
// note: metre changes (2/4 at bar 1, 4/4 at bar 1) are rendered on a constant 4/4 grid of one bar per cycle
// note: ch 1 "Oboe" named as a reed, played on oboe (its pizzicato strings patch is not one); ch 2 "Bassoon" named as a reed, played on bassoon (its tremolo strings patch is not one); ch 3 "Bb Trumpet" named as a brass, played on trumpet (its string ensemble 1 patch is not one); ch 5 "Horn" named as a brass, played on brass section (its tremolo strings patch is not one)
// note: Transcription provider: pdmx. https://musescore.com/score/1023296; license: https://creativecommons.org/publicdomain/zero/1.0/
// note: Full arrangement: all 34 bars on a 32-step grid, each part at one level; ghost notes are separate "_soft" parts. Source detail keeps the original performance.
setcpm(84/4)
// Notation: c3@3 lasts 3 steps · ~ is a rest · [c3,e3] is a chord · "a, b" plays two voices at once · [...]/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 · bassoon
const bassoon = note("<A B C D E F G H I@2 ~@6 J K L ~@15>".pickRestart({
A: "~@9 g3@4 ~@3", B: "~@9 c3@4 ~@3", C: "~@5 c3@2 bb2@2 a2@4 ~@3", D: "~ f2@4 ~@4 bb2@4 ~@3",
E: "~@5 bb2@4 b2@4 ~@3", F: "~ g2@4 ~@2 d3@2 c3@4 ~@3", G: "~ g2@4 ~@4 db3@4 ~@3", H: "~ a2@4 b2@2 db3@2 d3@7",
I: "[~@18 d2@19 ~@27]/2", J: "a3 c3", K: "b2 ab2", L: "a2 g2 ~@2",
})).s("gm_bassoon").gain(0.3)
// other · bassoon · soft notes
const bassoon_soft = note("<~@18 [~@8 gb2@2 ~ gb2!3 ~ gb2] ~@15>").s("gm_bassoon").gain(0.2)
// other · trumpet · "Bb Trumpet"
const trumpet = note("<A B C D E F G H@5 I J K L M N O P Q R S T@2 U V W X Y Z AA AB@2>".pickRestart({
A: "~@9 g2@4 ~@3", B: "~@9 c3@4 ~@3", C: "~@5 c3@2 bb2@2 a2@4 ~@3", D: "~ f2@4 ~@4 bb2@4 ~@3",
E: "~@5 bb2@4 b2@4 ~@3", F: "~ g2@4 ~@2 d3@2 c3@4 ~@3", G: "~ g2@4 ~@4 db3@4 ~@3",
H: "[~@2 a2@8 b2@4 db3@4 d3@32 d2@47 d2@62 ~]/5", I: "g2 ~@3 g2@4 g2@4 g2@4 a2@4 a2@4 a2@4 a2@4", J: "bb2!4 a2!4",
K: "g2!4 gb2!4", L: "f2!4 e2!2 a2!2, ~@3 db5", M: "a4@4 ~@6 d4@2 d4 e4 f4 g4, a2 c2, ~@2 a3@3 ~@3",
N: "a4@6 b4 c5 b4@4 e4@2 b4@2, b1 ab2", O: "a2@8 ~@4 c5 ~ b4 ~ c5@8 e4@3 a4@2 c5@3, d5@3 ~@5, ~ g2 gb2@2",
P: "e5@6 gb5 e5 eb5@8, b1", Q: "e2@4 ~@3 e2 d2@4 ~@3 d2", R: "c2@3 ~@11 c2@2 bb1@3 ~@2 bb1@3 ~@4 c2@4",
S: "b1!2 ~@2 b1!2 ~@2 b1!2 ~@2 b1!2 ~@2, b4 ~ b4 ~@5 b4 ~ b4 ~@5 gb5 ~ gb5 ~@5 gb5 ~ gb5 ~@5", T: "e2",
U: "e2 ab2 a2 bb2", V: "b1@6 ~ b1 b1@8", W: "~@4 e2@4 b2@8 a2@3 ab2@2 a2@3 gb2@8",
X: "~@4 e2@4 b2@8 db3@3 a2@2 db3@3 e3@4 gb3@4",
Y: "~@4 [e2,e4]@4 [b2,b4]@8 [a2,a4]@3 [ab2,ab4]@2 [a2,a4]@3 [gb2,gb4]@8", // E B A Ab A Gb
Z: "~@4 [e2,e4]@4 [b2,b4]@8 [db3,db5]@3 [a2,a4]@2 [db3,db5]@3 [e3,e5]@4 [gb3,gb5]@4", // E B Db A Db E Gb
AA: "[e2,e5] ~@2 [e2,e5] ~@2 [e2,e5]!2 ~ [e2,e5] ~ [e2,e5] ~@2 [e2,e5] ~ [e2,e5]!2 ~@2 [e2,e5] ~@2 [e2,e5]!2 ~ [e2,e5] ~@2 [e2,e5] ~@2", // E
AB: "[[e2,e5]!2 [e2,e5]@9 ~@9 [a1,e4]@21 ~@23]/2", // E A5
})).s("gm_trumpet").gain(0.18)
// other · trombone
const trombone = note("<~@8 A@3 ~ B C D E F G H I J K L M@2 N M O P O P Q R@2>".pickRestart({
A: "[~@18 gb3@9 a3@10 c4@11 ~ e4@32 ~@15]/3", B: "~@4 g2@4 ~ g3@7 gb3@8 d3@8", C: "~@4 g2@4 ~ g3@7 gb3@6 g3@2 a3@8",
D: "~@4 g2@4 ~ g3@7 a3@8 d3@8", E: "f3!2 ~@2 e3!2 a3!2", F: "g3 ~ c3 ~", G: "b2 ~ ab2 ~", H: "a2 g2 ~@2",
I: "c4@6 c4!2 b3@8", J: "e3@4 ~@3 e3 d3@4 ~@3 d3", K: "c3@8 ~@6 c3@2 bb2@3 ~@2 bb2@3 ~@4 c3@4",
L: "eb3 ~ eb3 ~@5 eb3 ~ eb3 ~@5 b3 ~ b3 ~@5 b3 ~ b3 ~@5", M: "e3!2 ~ e3!3 ~ e3!3 ~ e3!3 ~ e3",
N: "ab2!2 ~ ab2 b2!2 ~ b2 db3!2 ~ db3 e3!2 ~ e3", O: "~@4 e2@4 b2@8 a2@3 ab2@2 a2@3 gb2@8",
P: "~@4 e2@4 b2@8 db3@3 a2@2 db3@3 e3@4 gb3@4",
Q: "e3 ~@2 e3 ~@2 e3!2 ~ e3 ~ e3 ~@2 e3 ~ e3!2 ~@2 e3 ~@2 e3!2 ~ e3 ~@2 e3 ~@2", R: "[e3!2 e3@9 ~@9 a2@21 ~@23]/2",
})).s("gm_trombone").gain(0.48)
// other · trombone · soft notes
const trombone_soft = note("<~@16 [~@7 d3 ~@7 c3] [~@7 b2 ~@4 ab2@2 ~ ab2] [~@8 gb2@2 ~ gb2!3 ~ gb2] ~@15>")
.s("gm_trombone").gain(0.24)
// bass · tuba · "C Tuba"
const bass = note("<~@12 A B C D E F G ~@4 H@2 I J K L K L M N@2>".pickRestart({
A: "g2!2 ~@6 a2!2 ~@6", B: "bb2!2 ~@6 a2!2 ~@6", C: "g2!2 ~@6 gb2!2 ~@6", D: "f2 ~ f2 ~@13 e2 ~ e2 ~@5 a2 ~ a2 ~@5",
E: "~@2 c3 ~", F: "b2 ~ ab2 ~", G: "a2 g2 ~@2", H: "e2", I: "e2 ab2 a2 bb2", J: "b2@6 ~ b2 b2@8",
K: "~@4 e2@4 b2@8 a2@3 ab2@2 a2@3 gb2@8", L: "~@4 e2@4 b2@8 db3@3 a2@2 db3@3 e3@4 gb3@4",
M: "e3 ~@2 e3 ~@2 e3!2 ~ e3 ~ e3 ~@2 e3 ~ e3!2 ~@2 e3 ~@2 e3!2 ~ e3 ~@2 e3 ~@2", N: "[e3!2 e3@9 ~@9 a2@21 ~@23]/2",
})).s("gm_tuba").gain(0.49)
// bass · tuba · "C Tuba" · soft notes
const bass_soft = note(`<
~@16
[d3@2 ~@5 d3 ~@7 c3]
[~@7 b2 ~@4 ab2@2 ~ ab2]
[~@8 gb2@2 ~ gb2!3 ~ gb2]
~@3
[b2 ~@3 gb3 ~ b2 ~ b2 ~@3 gb3 ~ b2 ~ b2 ~@3 gb3 ~ b2 ~ b2 ~@3 gb3 ~ b2 ~]
~@11
>`).s("gm_tuba").gain(0.24)
// other · timpani
const timpani = note("<~@11 A B C D E F ~@2 G H I J K ~@2 L K ~@3 M N@2>".pickRestart({
A: "~@20 g2@2 g2@2 g2!8", B: "g2!2 ~@6 a2!2 ~@6", C: "bb2!2 ~@6 a2!2 ~@6", D: "g2!2 ~@6 gb2!2 ~@6",
E: "f2!2 ~@6 a2@2 a2@2 a2!4", F: "d3 ~", G: "~@8 b2!8", H: "e2 ~@3", I: "~@14 b2!2",
J: "gb2@2 gb2@2 ~@2 b2@2 gb2 ~ gb2@2 gb2@2 b2@2 gb2@2 gb2@2 ~@2 b2@2 gb2 ~ gb2@2 gb2@2 b2@2", K: "b2 ~@3",
L: "~@16 b2!16", M: "e2 ~@2 e2 ~@2 e2!2 ~ e2 ~ e2 ~@2 e2 ~ e2!2 ~@2 e2 ~@2 e2!2 ~ e2 ~@2 e2 ~@2",
N: "[e2!2 e2@9 ~@9 a2@21 ~@23]/2",
})).s("gm_timpani").gain(0.26)
// other · string ensemble 2 · "Violins 1"
const string_ensemble_2 = note("<~@5 A ~@4 B@2 C D E F G@2 H I ~ J K L@2 M N O@4 P Q@2>".pickRestart({
A: "~@5 b4@2 ~@9",
B: "[~ a4 ~ g4 gb4 g4 ~ a4 ~ c5 ~ bb4 a4 bb4 ~ c5 ~ eb5 d5 ~ c5 d5 eb5 ~@2 a5 g5 ~ gb5 g5 a5@34]/2", C: "~ d5 gb5 a5",
D: "g5!2 gb5 a5", E: "bb5@3 ~ d6@8 a5@4", F: "b5 ~@3", G: "[e5 d6@5 e6 d6]/2", H: "e6", I: "e6 a6 b6@2",
J: "e5 gb5 g5 e5 gb5 g5 a5 gb5 g5 a5 b5 g5 a5 b5 c6 a5", K: "a5 ~@7", L: "ab5@6 b5@2 gb5@6 e5 gb5",
M: "ab5 b5 gb6 e6", N: "ab6 gb6", O: "e6 ~@2 e6 ~ e6 ~ e6!2 ~@2 e6 ~ e6 ~ e6!2 ~@2 e6 ~ e6 ~ e6!2 ~@2 e6 ~ e6 ~ e6",
P: "~@17 e6 ~@2 e6 ~@2 e6!2 ~ e6 ~@2 e6 ~@2", Q: "[e6!2 e6@9 ~@9 e6@21 ~@23]/2",
})).s("gm_string_ensemble_2").gain(0.48)
// other · string ensemble 2 · "Violins 1" · soft notes
const string_ensemble_2_soft = note("<~@2 A@8 ~@5 B ~@18>".pickRestart({
A: "[~@11 c4@2 a4@2 c4@2 g4@2 c4@2 a4@2 c4@2 ~@2 f4@2 bb4@2 f4@2 c5@2 f4@2 d5@2 f4@2 d5@4 g5@8 ~@2 d5@2 f5@4 eb5@12 g5@4 e5@8 a4 ~ e5@2 g5@12 gb5@2 e5@2 gb5@23]/8",
B: "~ g5@2 a5",
})).s("gm_string_ensemble_2").gain(0.29)
// other · string ensemble 1 · "Violas"
const string_ensemble_1 = note("<~@5 A@4 B ~@2 C D E F G@2 H I J ~@2 K@2 L M N@4 O P@2>".pickRestart({
A: "[~@22 g3@4 c4@4 g3@4 d4@4 g3@4 eb4@4 g3@4 ~@4 a3@4 bb3@4 a3@4 db4@4 a3@4 e4@4 db5@4 ~@4 d3@4 g3@4 d3@4 a3@4 d3@4 a3@4 d3@4 ~@5 d3@4 gb3@5]/4",
B: "d3@5 a3@6 d3@6 gb3@8 d3@7", C: "~ g4 a4 gb4", D: "g4!2 gb4 a4", E: "g4@3 ~@5 a4@4 a4@4", F: "g4 b3 ~ e4",
G: "[a4 d5@5 e5 d5]/2", H: "e5", I: "e5 a4 b4@2", J: "e4 gb4 g4 e4 gb4 g4 a4 gb4 g4 a4 b4 g4 a4 b4 c5 a4",
K: "ab4@6 b4@2 gb4@6 e4 gb4", L: "ab4 b4 gb5 e5", M: "ab5 gb5",
N: "b4 ~@2 b4 ~ b4 ~ b4!2 ~@2 b4 ~ b4 ~ b4!2 ~@2 b4 ~ b4 ~ b4!2 ~@2 b4 ~ b4 ~ b4",
O: "~@17 e5 ~@2 e5 ~@2 e5!2 ~ e5 ~@2 e5 ~@2", P: "[e5!2 e5@9 ~@9 e5@21 ~@23]/2",
})).s("gm_string_ensemble_1").gain(0.18)
// other · string ensemble 1 · "Violas" · soft notes
const string_ensemble_1_soft = note("<A@3 ~ B@2 ~@4 C@2 ~@2 D E ~@5 F G ~@11>".pickRestart({
A: "[~@11 d3@2 bb3@2 d3@2 a3@2 d3@2 bb3@2 d3@2 ~@2 g3@2 c4@2 g3@2 d4@2 g3@2 eb4@2 g3@2 ~@7]/3",
B: "[~@11 g3@2 b3@2 g3@2 d4@2 g3@2 d4@2 g3@2 ~@7]/2", C: "[~ d4@62 ~]/2", D: "~ g4 ~@2", E: "~@2 d4 ~",
F: "e4 gb4 g4 e4 gb4 g4 a4 gb4 g4 a4 b4 g4 a4 b4 c5 a4", G: "a4 ~@7",
})).s("gm_string_ensemble_1").gain(0.12)
// other · string ensemble 1 · "Violoncellos"
const string_ensemble_1_2 = note("<~@4 A@2 B@5 ~ C ~@9 D E@2 F G H I H I J K@2>".pickRestart({
A: "[~@15 c3@2 d3@6 g3@2 g3@4 ~@3]/2", B: "[~@10 c3@2 ~@4 eb3@2 e3@4 gb3@4 g3@16 ~@4 g3@4 a3@32 a3@47 ~@31]/5",
C: "g2 ~@31", D: "b2!2 ~@2 b2!2 ~@3 b2 ~@2 b2!2 ~@2",
E: "e4 eb4 db4 eb4 db4 b3 a3 b3 a3 ab3 gb3 ab3 gb3 e3 eb3 e3 eb3 e3 gb3 ab3 a3 b3 db4 eb4 gb3 ab3 a3 b3 db4 eb4 e4 gb4",
F: "e4 eb4 db4 eb4 db4 b3 a3 b3 a3 ab3 gb3 ab3 gb3 e3 eb3 e3 eb3 e3 gb3 ab3 a3 b3 db4 eb4 ab3 a3 b3 db4 eb4 e4 eb4 e4",
G: "e4 eb4", H: "~@4 e2@4 b2@8 a2@3 ab2@2 a2@3 gb2@8", I: "~@4 e2@4 b2@8 db3@3 a2@2 db3@3 e3@4 gb3@4",
J: "e2 ~@2 e2 ~@2 e2!2 ~ e2 ~ e2 ~@2 e2 ~ e2!2 ~@2 e2 ~@2 e2!2 ~ e2 ~@2 e2 ~@2", K: "[e2!2 e2@9 ~@9 a2@21 ~@23]/2",
})).s("gm_string_ensemble_1").gain(0.11)
// other · string ensemble 1 · "Violoncellos" · soft notes
const string_ensemble_1_soft_2 = note("<~@4 A B@2 C ~@2 D@2 E F G H I J K L ~ M N ~@11>".pickRestart({
A: "~@11 b2@4 ~", B: "[~@13 c3@8 ~@11]/2", C: "~@5 e3@2 ~@9", D: "[~ a3@62 ~]/2", E: "~ g2!3 a2!4", F: "bb2!4 a2!4",
G: "g2!4 gb2!4", H: "f2!4 e2!2 a2!2", I: "a3 c3", J: "b2 ab3", K: "a2 g2 gb2@2", L: "b2", M: "~@16 d3@3 ~@2 d3@3 ~@8",
N: "~@8 b2 ~@7",
})).s("gm_string_ensemble_1").gain(0.06)
// drums · snare
const snare = s("sd").struct("<~@11 A B C B C ~@15 D E ~>".pickRestart({
A: "~@20 x ~ x ~ x!8", B: "x ~ x!3 ~ x!3 ~ x!3 ~ x!3 ~ x!3 ~ x!3 ~ x!3 ~ x!2",
C: "x ~ x!3 ~ x!3 ~ x!3 ~ x!3 ~ x!3 ~ x!3 ~ x!6",
D: "x ~@2 x ~@2 x!2 ~ x ~ x ~@2 x ~ x!2 ~@2 x ~@2 x!2 ~ x ~@2 x ~@2", E: "x!3 ~@29",
})).gain(0.32)
// drums · low tom
const low_tom = s("lt").struct("<~@16 [x!2 ~ x!3 ~ x!3 ~ x!3 ~ x]!3 ~@15>").gain(0.48)
// drums · crash
const crash = s("cr").struct("<~@12 x ~@3 x ~@15 [~@11 x ~@20] ~>").gain(0.48)
stack(
bassoon, bassoon_soft, trumpet, trombone, trombone_soft, bass, bass_soft, timpani, string_ensemble_2,
string_ensemble_2_soft, string_ensemble_1, string_ensemble_1_soft, string_ensemble_1_2, string_ensemble_1_soft_2,
snare, low_tom, crash
)
More by Koji Kondo
Not in the database
That song isn't here.
Nothing in the database matches this link. It may have been renamed, or the address was mistyped. The closest songs to :
Real transcriptions · Editable patterns · Instrumental
Type a song.
Get Strudel code.
Chords, structure, melody, bass and drums compiled from open transcriptions into Strudel live-coding patterns. Play it here, scrub through the bars, then open it in strudel.cc and start hacking.
Smells Like Teen SpiritNirvana
The JokerSteve Miller Band · 1973
Love Me DoThe Beatles · 1964
I Don't MindJames Brown · 1961
- Real transcriptionsMcGill chord charts, Lakh MIDI and quality-filtered PDMX scores. The library includes alternate transcriptions of some songs.
- One bar, one cycleEvery layer follows the same bar timeline, keeping the code, playback and song structure aligned.
- Instrumental by designDetected vocal parts are removed. Guitar riffs, harmonica and other instrumental leads stay.