Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Key module] Analyze a chord in a Key #187

Open
danigb opened this issue May 17, 2020 · 1 comment
Open

[Key module] Analyze a chord in a Key #187

danigb opened this issue May 17, 2020 · 1 comment

Comments

@danigb
Copy link
Collaborator

danigb commented May 17, 2020

Something like:

Key.analyzeChord('C', 'Cmaj7');
[{ 
  key: 'C major',  
  chord: 'CMaj7', 
  harmonicFunction: 'T', 
  scale: 'major', 
  degree: 1 
}]
@danigb danigb changed the title [Key module] Detect a chord in a Key [Key module] Analyze a chord in a Key May 17, 2020
@martijnmichel
Copy link
Contributor

This would be great!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants