tonal icon indicating copy to clipboard operation
tonal copied to clipboard

[Key module] Analyze a chord in a Key

Open danigb opened this issue 5 years ago • 2 comments

Something like:

Key.analyzeChord('C', 'Cmaj7');
[{ 
  key: 'C major',  
  chord: 'CMaj7', 
  harmonicFunction: 'T', 
  scale: 'major', 
  degree: 1 
}]

danigb avatar May 17 '20 21:05 danigb

This would be great!

martijnmichel avatar Jun 29 '20 14:06 martijnmichel