Skip to content

Guitar tablature arrangement using the popular A* shortest-path search algorithm.

Notifications You must be signed in to change notification settings

srviest/astar-guitar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A* Guitar Tablature Arrangement

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.

Requirements

  • Python 2.7
  • PyMei (Python bindings of the C++ libmei library)
  • networkx (Python library for graphs)

Developer

Gregory Burlet

About

Guitar tablature arrangement using the popular A* shortest-path search algorithm.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages