Arranges guitar tablature from a symbolic music score encoded in the Music Encoding Initiative (MEI) file format. Forms a graph of notes and chords and traverses the graph from start to finish using the popular heuristic A* shortest-path search algorithm.
- Python 2.7
- PyMei (Python bindings of the C++ libmei library)
- networkx (Python library for graphs)
Gregory Burlet