Chord recommender

• Sep 26, 2017 - 01:38

I am now planning on building a plugin that automatically recommend chords based on the melody track you selected. Any ideas or suggestions on that plan? Now I'm trying to train a machine learning model to make better recommendations.


Comments

It is fairly easy to access the notes. Have a look at colornotes.qml as an example.
Not sure what else you are asking for... qml is basically javascript with a few twists. How you connect to a machine learning model I'm not sure, but abc_import.qml demonstrates how to use httprequest to communicate with a webservice.

Do you still have an unanswered question? Please log in first to post your question.