0:00/0:00
// Walk Right In — Dr. Hook
// 115 bpm, 4/4, key D major. Source: mcgill.
// Generated by strudelify. One cycle = one bar.
setcpm(115/4)
const chords = arrange(
// intro (6 bars)
[6, "<D7!6>"],
// verse (15 bars)
[15, "<D [D@2 B7@2] [E7@2 A7@2] D!2 [D@2 B7@2] E7 A7 D!2 G E7 D [D@2 B7@2] [E7@2 A7@2]>"],
// trans (4 bars)
[4, "<D7!4>"],
// verse (16 bars)
[16, "<D [D@2 B7@2] [E7@2 A7@2] D!2 [D@2 B7@2] E7 A7 D!2 G E7 D [D@2 B7@2] [E7@2 A7@2] D>"],
// solo (15 bars)
[15, "<D [D@2 B7@2] [E7@2 A7@2] D!2 [D@2 B7@2] E7 A7 D D7 G E7 D [D@2 B7@2] [E7@2 A7@2]>"],
// trans (4 bars)
[4, "<D7!4>"],
// verse (20 bars)
[20, "<D [D@2 B7@2] [E7@2 A7@2] D!2 [D@2 B7@2] E7 A7 D!2 G E7 D [D@2 B7@2] [E7@2 A7@2] D!2 [D@2 B7@2] [E7@2 A7@2] D>"],
// fadeout (7 bars)
[7, "<D [D@2 B7@2] [E7@2 A7@2] D!2 [D@2 B7@2] [E7@2 A7@2]>"],
)
const bassline = arrange(
[6, "<d2!6>"],
[15, "<d2 [d2@2 b2@2] [e2@2 a2@2] d2!2 [d2@2 b2@2] e2 a2 d2!2 g2 g#2 d2 [d2@2 b2@2] [e2@2 a2@2]>"],
[4, "<d2!4>"],
[16, "<d2 [d2@2 b2@2] [e2@2 a2@2] d2!2 [d2@2 b2@2] e2 a2 d2!2 g2 g#2 d2 [d2@2 b2@2] [e2@2 a2@2] d2>"],
[15, "<d2 [d2@2 b2@2] [e2@2 a2@2] d2!2 [d2@2 b2@2] e2 a2 d2!2 g2 g#2 d2 [d2@2 b2@2] [e2@2 a2@2]>"],
[4, "<d2!4>"],
[20, "<d2 [d2@2 b2@2] [e2@2 a2@2] d2!2 [d2@2 b2@2] e2 a2 d2!2 g2 g#2 d2 [d2@2 b2@2] [e2@2 a2@2] d2!2 [d2@2 b2@2] [e2@2 a2@2] d2>"],
[7, "<d2 [d2@2 b2@2] [e2@2 a2@2] d2!2 [d2@2 b2@2] [e2@2 a2@2]>"],
)
// 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 Dr. Hook
Sexy Eyes1980 · C major · 104 bpmOnly Sixteen1976 · F major · 110 bpmIf Not You1977 · D major · 94 bpmThe Millionaire1975 · E♭ major · 89 bpmYears From Now1980 · G major · 146 bpmA Little Bit MoreG major · 92 bpmWhen You're in Love With a Beautiful WomanA major · 112 bpmSylvia's MotherG major · 85 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.