0:00/0:00
// Getaway — Earth, Wind & Fire
// 113 bpm, 4/4, key F major. Source: mcgill.
// Generated by strudelify. One cycle = one bar.
setcpm(113/4)
const chords = arrange(
// intro (4 bars)
[4, "<Fm!4>"],
// chorus (8 bars)
[8, "<F7#9 [F7#9@2 Bbm Cm] F7#9 [F7#9@2 Bbm Cm] F7#9 [F7#9@2 Bbm Cm] Db^7 Fm>"],
// verse (12 bars)
[12, "<F7#9!12>"],
// bridge (5 bars)
[5, "<[Bbm7@2 Ab@2] [Db^9@2 C7#9@2] [Bbm7@3 Cm7] [Cm7 Dm7 Cm7 Dm7] [Dm7 Em7 ~@2]>"],
// chorus (8 bars)
[8, "<F7#9 [F7#9@2 Bbm Cm] F7#9 [F7#9@2 Bbm Cm] F7#9 [F7#9@2 Bbm Cm] Db^7 Fm>"],
// verse (12 bars)
[12, "<F7#9!12>"],
// bridge (5 bars)
[5, "<[Bbm7@2 Ab@2] [Db^9@2 C7#9@2] [Bbm7@2 Cm7@2] Fm7!2>"],
// verse (8 bars)
[8, "<F7#9!8>"],
// bridge (7 bars)
[7, "<[Bbm7@2 Ab@2] [Db^9@2 C7#9@2] [Bbm7@3 Cm7] [Cm7 Dm7 Cm7 Dm7] [Dm7 Em7 Fm7@2] Fm7 [Fm7@2 ~@2]>"],
// chorus (20 bars)
[20, "<F7#9 [F7#9@2 Bbm Cm] F7#9 [F7#9@2 Bbm Cm] F7#9 [F7#9@2 Bbm Cm] F7#9 [F7#9@2 Bbm Cm] F7#9 [F7#9@2 Bbm Cm] F7#9 [F7#9@2 Bbm Cm] F7#9 [F7#9@2 Bbm Cm] F7#9 [F7#9@2 Bbm Cm] F7#9 [F7#9@2 Bbm Cm] F7#9 [F7#9@2 Bbm Cm]>"],
// outro (12 bars)
[12, "<F7#9 [F7#9@2 Bbm Cm] F7#9 [F7#9@2 Bbm Cm] F7#9 [F7#9@2 Bbm Cm] F7#9 [F7#9@2 Bbm Cm] F7#9 [F7#9@2 Bbm Cm] F7#9 [F7#9@2 Bbm Cm]>"],
// fadeout (6 bars)
[6, "<F7#9 [F7#9@2 Bbm Cm] F7#9 [F7#9@2 Bbm Cm] F7#9 [F7#9@2 Bbm Cm]>"],
)
const bassline = arrange(
[4, "<f2!4>"],
[8, "<f2 [f2@2 bb2 c2] f2 [f2@2 bb2 c2] f2 [f2@2 bb2 c2] db2 f2>"],
[12, "<f2!12>"],
[5, "<[bb2@2 ab2@2] [db2@2 c2@2] [bb2@3 c2] [c2 d2 c2 d2] [d2 e2 ~@2]>"],
[8, "<f2 [f2@2 bb2 c2] f2 [f2@2 bb2 c2] f2 [f2@2 bb2 c2] db2 f2>"],
[12, "<f2!12>"],
[5, "<[bb2@2 ab2@2] [db2@2 c2@2] [bb2@2 c2@2] f2!2>"],
[8, "<f2!8>"],
[7, "<[bb2@2 ab2@2] [db2@2 c2@2] [bb2@3 c2] [c2 d2 c2 d2] [d2 e2 f2@2] f2 [f2@2 ~@2]>"],
[20, "<f2 [f2@2 bb2 c2] f2 [f2@2 bb2 c2] f2 [f2@2 bb2 c2] f2 [f2@2 bb2 c2] f2 [f2@2 bb2 c2] f2 [f2@2 bb2 c2] f2 [f2@2 bb2 c2] f2 [f2@2 bb2 c2] f2 [f2@2 bb2 c2] f2 [f2@2 bb2 c2]>"],
[12, "<f2 [f2@2 bb2 c2] f2 [f2@2 bb2 c2] f2 [f2@2 bb2 c2] f2 [f2@2 bb2 c2] f2 [f2@2 bb2 c2] f2 [f2@2 bb2 c2]>"],
[6, "<f2 [f2@2 bb2 c2] f2 [f2@2 bb2 c2] f2 [f2@2 bb2 c2]>"],
)
// chords · gm_piano
const keys = chord(chords).voicing().s("gm_piano").gain(0.8)
// bass · gm_electric_bass_finger
const bass = note(bassline).s("gm_electric_bass_finger").gain(0.9)
// drums
const drums = s("[bd hh] [sd hh] [bd hh] [sd hh]").gain(0.8)
stack(keys, bass, drums)
More by Earth, Wind & Fire
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.