How get Chord name from midi file after is midi file read , #322
-
Problem is simple
`` namespace Proba3
} |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hi, First of all, please read the Support article:
Please fix these problems with your issue first. Sorry, but right now it looks like I should spend a lot of time trying to understand your issue. As said in the Support article:
|
Beta Was this translation helpful? Give feedback.
-
@2311627BorisBacic Since you've not provided info requested by me I'm closing the discussion. To get a chord's name you need to use If Please follow recommendations from the Support article for future questions. |
Beta Was this translation helpful? Give feedback.
@2311627BorisBacic Since you've not provided info requested by me I'm closing the discussion.
To get a chord's name you need to use
GetNames
method onMusicTheory.Chord
. To getMusicTheory.Chord
fromInteraction.Chord
you need to useGetMusicTheoryChord
method.If
GetNames
method returns an empty list, then the library doesn't know such a chord. You can ask to add it to the library and I'll be glad to do that.Please follow recommendations from the Support article for future questions.