Open
Description
Implementing a midi to guitar tab converter would be very nice and useful.
Doing a quick search, there are some repositories in other languages that do this.
https://github.com/search?q=midi+to+guitar+tab
Among those
https://github.com/ianbacus/midi-and-guitar-tabs/tree/master/tabber
and
https://github.com/vipul-sharma20/tayuya
seem interesting to start from, as they have a logic to decide among many possibilities.
There are also https://github.com/musescore/MuseScore/blob/ab87985c7f556591382e6dcaa7a29e652cd27f35/libmscore/stringdata.cpp
and
https://github.com/phiresky/tuxguitar/blob/master/TuxGuitar-midi-input/src/org/herac/tuxguitar/midiinput/MiProvider.java
and
https://rdrr.io/cran/tabr/