Skip to content

Instantly share code, notes, and snippets.

@kylemcdonald
Created May 4, 2020 22:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kylemcdonald/d593b4b0ab04634692c5faf5d3fca7c1 to your computer and use it in GitHub Desktop.
Save kylemcdonald/d593b4b0ab04634692c5faf5d3fca7c1 to your computer and use it in GitHub Desktop.
Two-chord mystery

At 0:37 into this track generated by a machine learning algorithm, there are two high-pitched bell-like very jazzy chords that arpeggiate from the higher to the lower notes.

The rest of the track is Cm, and my best guess for these chords is:

  1. Db Eb F Ab Bb (Db69)
  2. Eb F G Bb (Ebadd9)
@jackrusher
Copy link

jackrusher commented May 5, 2020

I'm hearing a strong F in the bass doubled at two octaves, so I'm building the chord with F in the root:
F F Db Eb F Ab -> Fm7 with the Db acting as a #5 passing tone that pivots down to C, the 5th, then back up to Db as Bb appears and the Eb disappears:
Bb Db Ab -> Bbm7
... but then reappears in the bass:
Eb F G C -> Eb6/9 (no 5th)
For me, most of the movement feels like it's coming from the Db - C - Bb inner melody.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment