0:00/0:00
// You Took The Words Right Out Of My Mouth — Meat Loaf
// 123 bpm, 4/4, key G major. Source: mcgill.
// Generated by strudelify. One cycle = one bar.
setcpm(123/4)
const chords = arrange(
// intro (12 bars)
[12, "<G C!2 D G C!2 D G!4>"],
// verse (10 bars)
[10, "<G C G C G C F [Am Bm C D] G!2>"],
// verse (12 bars)
[12, "<G C G C G C F [Am Bm C D]!3 G!2>"],
// pre-chorus (8 bars)
[8, "<[Am@2 Em@2] [F@2 G@2] Am [C@2 G@2] [Am@2 Em@2] [F@2 G@2] Em [Em@2 D@2]>"],
// interlude (2 bars)
[2, "<~!2>"],
// chorus (10 bars)
[10, "<C G F G C G [Am Bm C D] [Em D G@2] C [Em@2 D@2]>"],
// chorus (10 bars)
[10, "<C G F G C G [Am Bm C D] [Em D G@2] C [Em@2 D@2]>"],
// outro (40 bars)
[40, "<G C G C G C G C G C G C G C G C G C G C G C G C G C G C G C G C G C D C G C G C>"],
// outro (39 bars)
[39, "<C ~!22 G C G F G C G F G C G F G C G F>"],
)
const bassline = arrange(
[12, "<g2 c2!2 d2 g2 c2!2 d2 g2!4>"],
[10, "<g2 c2 g2 c2 g2 c2 f2 [a2 b2 c2 d2] g2!2>"],
[12, "<g2 c2 g2 c2 g2 c2 f2 [a2 b2 c2 d2]!3 g2!2>"],
[8, "<[a2@2 e2@2] [f2@2 g2@2] a2 [c2@2 g2@2] [a2@2 e2@2] [f2@2 g2@2] e2 [e2@2 d2@2]>"],
[2, "<~!2>"],
[10, "<c2 g2 f2 g2 c2 g2 [a2 b2 c2 d2] [e2 f#2 g2 b2] c2 [e2@2 d2@2]>"],
[10, "<c2 g2 f2 g2 c2 g2 [a2 b2 c2 d2] [e2 f#2 g2 b2] c2 [e2@2 d2@2]>"],
[40, "<g2 c2 g2 c2 g2 c2 g2 c2 g2 c2 g2 c2 g2 c2 g2 c2 g2 c2 g2 c2 g2 c2 g2 c2 g2 c2 g2 c2 g2 c2 g2 c2 g2 c2 d2 c2 g2 c2 g2 c2>"],
[39, "<c2 ~!22 g2 c2 g2 f2 g2 c2 g2 f2 g2 c2 g2 f2 g2 c2 g2 f2>"],
)
// 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 Meat Loaf
Paradise By The Dashboard Light1978 · C major · 172 bpmBat Out of HellF major · 176 bpmI Would Do Anything for LoveD major · 158 bpmI'd Do Anything for Love (But I Won't Do That)D major · 153.3 bpmFor Crying Out LoudB♭ major · 97.5 bpmI'd Lie for You (And That's the Truth)D major · 85 bpmI'll Do Anything for Love (But I Won't Do That)D major · 158 bpmRock and Roll Dreams Come ThroughA minor · 112 bpm
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.