cavic19 / chord-formatter

0 stars 0 forks source link

Smart chord population #1

Open cavic19 opened 1 month ago

cavic19 commented 1 month ago

Create an algorithm that populates chords to places in the song without chords.

  1. Split the lyrics into blocks
  2. Check whether the blocks are tagged (like verse, chorus, etc.)
  3. Extrapolate chords from the populated blocks to not populated blocks
cavic19 commented 1 month ago

First we need to correclty parse all chords there re places that chords are not linked ..

image