0:00/0:00
// Heart In Hand — Brenda Lee
// 73 bpm, 4/4, key C major. Source: mcgill.
// Generated by strudelify. One cycle = one bar.
setcpm(73/4)
const chords = arrange(
// intro (3 bars)
[3, "<[~@2 G F] [C@2 Am@2] [Dm@2 G F]>"],
// verse (8 bars)
[8, "<[C@2 Am@2] [Dm@2 G@2] [C@2 Am@2] [Dm@2 G@2] [C@2 Am@2] [Dm@2 G@2] [C@2 F@2] [C@2 G F]>"],
// verse (8 bars)
[8, "<[C@2 Am@2] [Dm@2 G@2] [C@2 Am@2] [Dm@2 G@2] [C@2 Am@2] [F@2 G@2] C!2>"],
// bridge (8 bars)
[8, "<F Fm [C@2 E@2] Am F!2 [G@2 D@2] [G@3 F]>"],
// verse (8 bars)
[8, "<[C@2 Am@2] [Dm@2 G@2] [C@2 Am@2] [Dm@2 G@2] [C@2 Am@2] [F@2 G@2] [C@2 F@2] [C@2 G F]>"],
// spoken verse (9 bars)
[9, "<[C@2 Am@2] [Dm@2 G@2] [C@2 Am@2] [Dm@2 G@2] [C@2 Am@2] [F@2 G@2] ~ [~@2 G F] C>"],
)
const bassline = arrange(
[3, "<[~@2 g2 f2] [c2@2 a2@2] [d2@2 g2 f2]>"],
[8, "<[c2@2 a2@2] [d2@2 g2@2] [c2@2 a2@2] [d2@2 g2@2] [c2@2 a2@2] [d2@2 g2@2] [c2@2 f2@2] [c2@2 g2 f2]>"],
[8, "<[c2@2 a2@2] [d2@2 g2@2] [c2@2 a2@2] [d2@2 g2@2] [c2@2 a2@2] [f2@2 g2@2] c2!2>"],
[8, "<f2!2 [c2@2 e2@2] a2 f2!2 [g2@2 d2@2] [g2@3 f2]>"],
[8, "<[c2@2 a2@2] [d2@2 g2@2] [c2@2 a2@2] [d2@2 g2@2] [c2@2 a2@2] [f2@2 g2@2] [c2@2 f2@2] [c2@2 g2 f2]>"],
[9, "<[c2@2 a2@2] [d2@2 g2@2] [c2@2 a2@2] [d2@2 g2@2] [c2@2 a2@2] [f2@2 g2@2] ~ [~@2 g2 f2] 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 Brenda Lee
All Alone Am I1962 · F major · 96 bpmAs Usual1964 · D♭ major · 85 bpmComing On Strong1966 · C major · 148 bpmDum Dum1961 · D♭ major · 125 bpmEverybody Loves Me But You1962 · G major · 107 bpmLosing You1963 · E major · 109 bpmSweet Nothin's1960 · G major · 125 bpmToo Many Rivers1965 · B♭ major · 98 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.