Chord recommender
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.
In reply to It is fairly easy to access… by Robbie Matthews
Well thank you for your information!