0:00/0:00
// Seasons Of The Heart — John Denver
// 68 bpm, 4/4, key C major. Source: mcgill.
// Generated by strudelify. One cycle = one bar.
setcpm(68/4)
const chords = arrange(
// intro (4 bars)
[4, "<C F C F>"],
// verse (17 bars)
[17, "<C F G C!2 F G7 C!2 F G7 C!2 F G7 C [C7@2 ~@2]>"],
// chorus (7 bars)
[7, "<[F@2 G7@2] C [F@2 G7@2] C [F@2 G7@2] C [F@2 G7@2]>"],
// interlude (5 bars)
[5, "<C F C G ~>"],
// verse (17 bars)
[17, "<C F G7 C!2 F G7 C!2 F G7 C!2 F G7 C [C7@2 ~@2]>"],
// chorus (10 bars)
[10, "<[F@2 G7@2] C [F@2 G7@2] C [F@2 G7@2] C [F@2 G7@2] C F G7>"],
// coda (4 bars)
[4, "<C F C!2>"],
)
const bassline = arrange(
[4, "<c2 f2 c2 f2>"],
[17, "<c2 f2 g2 c2!2 f2 g2 c2!2 f2 g2 c2!2 f2 g2 c2 [c2@2 ~@2]>"],
[7, "<[f2@2 g2@2] c2 [f2@2 g2@2] c2 [f2@2 g2@2] c2 [f2@2 g2@2]>"],
[5, "<c2 f2 c2 g2 ~>"],
[17, "<c2 f2 g2 c2!2 f2 g2 c2!2 f2 g2 c2!2 f2 g2 c2 [c2@2 ~@2]>"],
[10, "<[f2@2 g2@2] c2 [f2@2 g2@2] c2 [f2@2 g2@2] c2 [f2@2 g2@2] c2 f2 g2>"],
[4, "<c2 f2 c2!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 John Denver
Annie's Song1974 · D major · 120 bpmBack Home Again1974 · E major · 100 bpmIt Amazes Me1978 · D major · 173 bpmRocky Mountain High1972 · E major · 81 bpmSome Days Are Diamonds (Some Days Are Stone)1981 · G major · 104 bpmTake Me Home Country RoadsD major · 84 bpmPoems, Prayers and PromisesD major · 76 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.