0:00/0:00
// We All Fall in Love Sometimes — John Elton
// 73 bpm, 4/4, key E minor. Source: midi.
// Generated by strudelify. One cycle = one bar.
// note: Tempo changes preserved in elapsed time; displayed bars use the dominant tempo.
// note: pitch bends are ignored
// note: duplicate parts dropped: ch 8 string ensemble 2 (copy of ch 5 synth strings 2)
// note: Full arrangement: all 71 bars on a 16-step grid, each part at one level; ghost notes are separate "_soft" parts. Source detail keeps the original performance.
setcpm(73/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.
// chords · piano
const piano = note(`<
A B C D E F G H I G J F D K D E F G H I G J F D K L M N O P Q R S D E F G H I G J F D K L M N O P Q R S D K D E F G H
I G J F T U T V W X@3
>`.pickRestart({
A: "[e3,g3,b3]@7 ~", B: "[f#3,a3,c4,d#4]@7 ~", C: "[f#3,a3,b3,d#4]@7 ~",
D: "[e3,g3,b3]@3 ~ [e3,g3,b3]@3 ~ [e3,g3,b3]@3 ~ [e3,g3,b3]@3 ~", // Em
E: "[f#3,a3,c4,d#4]@3 ~ [f#3,a3,c4,d#4]@3 ~ [f#3,a3,c4,d#4]@3 ~ [f#3,a3,c4,d#4]@3 ~", // F#dim
F: "[f#3,a3,b3,d#4]@3 ~ [f#3,a3,b3,d#4]@3 ~ [f#3,a3,b3,d#4]@3 ~ [f#3,a3,b3,d#4]@3 ~", // B7
G: "[e3,g3,b3]@3 ~ [e3,g3,b3]@3 ~ [d3,e3,g3,b3]@3 ~ [d3,e3,g3,b3]@3 ~", // Em Em7
H: "[e3,g3,c4]@3 ~ [e3,g3,c4]@3 ~ [e3,g3,c4]@3 ~ [e3,g3,b3]@3 ~", // C Em
I: "[e3,a3,c4]@3 ~ [e3,a3,c4]@3 ~ [f#3,a3,b3,d#4]@3 ~ [f#3,a3,b3,d#4]@3 ~", // Am B7
J: "[e3,g3,c4]@3 ~ [e3,g3,c4]@3 ~ [e3,g3,c4]@3 ~ [e3,g3,c4]@3 ~", // C
K: "[f#3,a3,c4,d#4]@3 ~ [f#3,a3,c4,d#4]@3 ~ [f#3,a3,b3,d#4]@3 ~ [f#3,a3,b3,d#4]@3 ~", // F#dim B7
L: "[b3,e4,g#4]@3 ~ [b3,e4,g#4]@3 ~ [a3,c#4,f#4]@3 ~ [g#3,b3,d#4]@3 ~", // E F#m G#m
M: "[a3,c#4,e4]@3 ~ [a3,c#4,e4]@3 ~ [g#3,b3,c#4,f4]@3 ~ [g#3,b3,c#4,f4]@3 ~", // A C#7
N: "[a3,c#4,f#4]@3 ~ [a3,c#4,f#4]@3 ~ [a3,c#4,e4,f#4]@3 ~ [a3,c#4,e4,f#4]@3 ~", // F#m F#m7
O: "[a3,b3,d#4,f#4]@3 ~ [a3,b3,d#4,f#4]@3 ~ [a3,b3,d#4,f#4]@3 ~ [a3,b3,d#4,f#4]@3 ~", // B7
P: "[b3,d#4,f#4,a4]@2 [b3,e4,g#4]@3 ~ [b3,d#4,f#4,a4]@2 [b3,e4,g#4]@7 ~", // B7 E B7 E
Q: "[g#3,c4,d#4]@3 ~ [g#3,c4,d#4]@3 ~ [g#3,c4,d#4,f#4]@3 ~ [g#3,c4,d#4,f#4]@3 ~", // G# G#7
R: "[a3,c#4,e4]@3 ~ [a3,c#4,e4]@3 ~ [a#3,c#4,e4,f#4]@3 ~ [a#3,c#4,e4,f#4]@3 ~", S: "[a3,b3,d#4,f#4]@9 ~@7",
T: "[b3,e4,g#4]@3 ~ [b3,e4,g#4]@3 ~ [b3,e4,g#4]@3 ~ [b3,e4,g#4]@3 ~", // E
U: "[a3,c#4,f#4]@3 ~ [a3,c#4,f#4]@3 ~ [a3,c#4,f#4]@3 ~ [a3,c#4,f#4]@3 ~", // F#m
V: "[a3,c#4,e4]@3 ~ [a3,c#4,e4]@3 ~ [a#3,c#4,e4,f#4]@3 ~ [a#3,c#4,f#4]@3 ~", W: "[a3,b3,d#4,f#4]@15 ~",
X: "[~@2 [g3,b3,e4]@4 [g3,b3,e4]@4 ~ [g3,b3,e4]@4 [g3,b3,e4]@4 ~ [e3,g3,b3,e4]@15 ~@13]/3", // Em
})).s("gm_piano").gain(0.2).pan(0.3)
// other · piano
const piano_2 = note(`<
A B C D ~ E F G H ~ I J A B D ~ E F G H ~ I J A K L ~@3 M ~@5 E F G H ~ I J A K L ~@3 M ~@4 B D ~ E F G H ~ I J N O P
Q ~@4
>`.pickRestart({
A: "g5 f#5!2 e5!2 b4 g4 e4", B: "f#5@2 d#5 ~ d#5@2 c5@2 c5@2 b4@2 a4@2 f#4@2",
C: "a4@2 f#4@2 b4@2 a4@2 d#5@2 b4@2 a4 g4 f#4 g4", D: "e4@13 ~@3", E: "~@12 b4 a4 f#4 g4", F: "[e4,g4] ~",
G: "~@12 [c4,e4] [b3,d4] [a3,c4] [g3,b3]", H: "[e3,a3] ~", I: "~@12 c5 b4 a4 g4", J: "[d#4,f#4] ~",
K: "f#5@2 d#5 ~ d#5@2 c5 ~ c5@2 b4@2 a4@2 f#4 ~", L: "[e4,g#4] ~",
M: "[f#4,a4] ~ [e4,g#4]@4 [f#4,a4] ~ [e4,g#4]@3 ~ g#4 f#4 e4@2", N: "g#4@5 e4 g#4 b4", O: "a4@5 e4 a4 c#5",
P: "b4@5 g#4 b4 e5", Q: "c#5",
})).s("gm_piano").gain(0.25).pan(0.2)
// bass · fretless bass
const bass = note(`<
~@2 A B C D E F G H I J B K L M N O P Q E R S T U V W X Y Z AA AB D L M N O P Q E R S T U V W X Y Z AA AB D L K B C D
E F G H I J AC AD AE AF AG ~@3
>`.pickRestart({
A: "~@7 b1", B: "e2@15 ~", C: "f#2@15 ~", D: "b1@7 ~", E: "e2@8 d2@7 ~", F: "c2@12 ~@2 c2 b1", G: "a1@8 b1@5 ~ b1 ~",
H: "e2 d2", I: "c2@7 ~ c2@6 ~@2", J: "b1@6 ~ b1", K: "f#2@8 b1@7 ~", L: "e2@13 ~ e2@2", M: "f#2@5 ~ f#2 c2",
N: "b1@7 ~ b1@5 ~ b1@2", O: "e2@4 d2@3 ~", P: "c2@5 ~ c2 ~ c2@5 ~ c2 b1", Q: "a1@5 ~ a1@2 b1@6 b1 ~",
R: "c2@6 g1@2 c2@7 ~", S: "b1@7 ~ b1@6 ~@2", T: "e2@7 ~ e2@6 ~@2", U: "f#2 b1", V: "e2@5 ~ e2@2 f#2@4 g#2@3 ~",
W: "a1@5 ~ a1@2 c#2@3 ~ c#2@3 ~", X: "f#2 e2", Y: "d#2@7 ~ d#2@7 ~", Z: "f#2@2 e2@4 f#2@2 e2@3 ~ e2@3 ~",
AA: "g#1@5 ~ g#1 ~ g#1@4 g#1@3 ~", AB: "a1@5 ~ a1@2 a#1@3 ~ a#1@3 ~", AC: "e2@4 ~@2 e2 ~ e2@5 ~ e2@2",
AD: "f#2@5 ~ f#2 ~ f#2@4 ~@2 f#2 ~", AE: "g#1@4 ~@2 g#1 ~ g#1@5 ~ g#1 ~", AF: "a1@5 ~ a1 ~ a#1@3 ~ a#1@2 ~@2",
AG: "b1",
})).s("gm_fretless_bass").gain(0.24).pan(0.4)
// chords · synth strings 2
const synth_strings_2 = note(`<
~@14 A B C D E F D E C A G H I J C K L M C N B C D E F D E C A G H I J C K L M C N O ~@9 P Q P M ~@4
>`.pickRestart({
A: "[g3,b3,e4]", B: "[a3,c4,d#4,f#4]", C: "[a3,b3,d#4,f#4]", D: "[g3,b3,e4] [g3,b3,d4,e4]", E: "[g3,c4,e4]",
F: "[a3,c4,e4] [a3,b3,d#4,f#4]", G: "[a3,c4,d#4,f#4] [a3,b3,d#4,f#4]", H: "[b3,e4,g#4]!2 [a3,c#4,f#4] [g#3,b3,d#4]",
I: "[a3,c#4,e4]!2 [g#3,b3,c#4,f4]!2", J: "[a3,c#4,f#4] [a3,c#4,e4,f#4]",
K: "[b3,d#4,f#4,a4] [b3,e4,g#4]@2 [b3,d#4,f#4,a4] [b3,e4,g#4]@4", L: "[g#3,c4,d#4,f#4]",
M: "[a3,c#4,e4] [a#3,c#4,e4,f#4]", N: "[e3,g3,b3,e4]", O: "c4 b3, [f#3,a3,d#4]", P: "[b3,e4,g#4]", Q: "[a3,c#4,f#4]",
})).s("gm_synth_strings_2").gain(0.09).pan(0.6)
// other · electric guitar jazz
const electric_guitar_jazz = note("<~@33 A B C D E@2 ~@5 F G H ~@5 I ~@10 J K L M ~@4>".pickRestart({
A: "~@2 a4@5 ~", B: "~@4 e4 d#4 e4 f#4 a4@2 f#4@2 e4@3 ~", C: "~@4 a4@2 f#4 d#4 f#4@2 d#4@5 ~",
D: "~ b4 d5@2 b4 a4@2 g4", E: "[e4 d#4 e4 f#4 g4 f#4 g4 a4 g4 e4 g4 b4 c5@14 ~@6]/2",
F: "e4 b3 e4 g#4 f#4 c#4 g#4 b4", G: "a4 e4 a4 c#5 g#4 b4 ~@2", H: "~ e5", I: "~@4 a4@11 ~", J: "e4@5 b3 e4 g#4",
K: "f#4@5 c#4 f#4 a4", L: "g#4@5 e4 g#4 b4", M: "a4 a#4",
})).s("gm_electric_guitar_jazz").gain(0.4).pan(0.7)
// other · electric guitar jazz · soft notes
const electric_guitar_jazz_2 = note("<~@45 [~@6 c#5 f5] [f#5 ~] d#5 ~@23>")
.s("gm_electric_guitar_jazz").gain(0.23).pan(0.7)
// drums · kick
const kick = s("bd").struct("<~@25 A B@6 C B@11 D B@6 C B C@2 ~@4 B@4 D@3 B C ~@3>".pickRestart({
A: "~@8 x ~@3 x!3 ~", B: "x!2", C: "x", D: "x ~@7 x ~@3 x!3 ~",
})).gain(0.24)
// drums · snare
const snare = s("sd").struct("<~@26 A@6 ~ A@18 ~ A ~@6 A@8 ~@4>".pickRestart({
A: "~ x ~ x",
})).gain(0.2)
// drums · hihat
const hihat = s("hh").struct("<~@26 A@6 B A@18 B A B ~@5 A@8 B ~@3>".pickRestart({
A: "x!8", B: "x",
})).gain(0.24)
// drums · low tom
const low_tom = s("lt").struct("<~@31 A ~@5 A ~@2 A ~@9 A ~@7 B ~@12>".pickRestart({
A: "~@13 x!2 ~", B: "~@15 x",
})).gain(0.24)
// drums · mid tom
const mid_tom = s("mt").struct("<~@31 A ~@5 A ~@2 A ~@9 A ~@7 B ~@3 B ~@3 C ~@4>".pickRestart({
A: "~@3 x", B: "~@13 x!2 ~", C: "x!2 ~ x ~@12",
})).gain(0.24)
// drums · open hat
const open_hat = s("oh").struct("<~@32 [~ x!3] ~@18 [~ x!3] ~ [~ x!3] x ~@16>").gain(0.2)
// drums · high tom
const high_tom = s("ht").struct("<~@58 [~@3 x] ~@3 [~@3 x] ~@3 [~@4 x!2 ~ x!3 ~ x!3 ~ x] ~@4>").gain(0.24)
// drums · crash
const crash = s("cr").struct("<~@29 [x!2 ~ x!2 ~@3] ~@18 [x!2 ~ x!2 ~@3] ~@22>").gain(0.24)
// drums · ride
const ride = s("rd").struct("<~@58 [x!3 ~] ~@12>").gain(0.24)
stack(
piano, piano_2, bass, synth_strings_2, electric_guitar_jazz, electric_guitar_jazz_2, kick, snare, hihat, low_tom,
mid_tom, open_hat, high_tom, crash, ride
)
More by Elton John
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.