musicaiz.features.musa_to_graph

musicaiz.features.musa_to_graph(musa_object) <module 'networkx.classes.graph' from 'C:\\Users\\Carlos\\miniconda3\\envs\\musicaiz\\lib\\site-packages\\networkx\\classes\\graph.py'>[source]

Converts a Musa object into a Graph where nodes are the notes and edges are connections between notes.

A similar symbolic music graph representation was introduced in:

Jeong, D., Kwon, T., Kim, Y., & Nam, J. (2019, May). Graph neural network for music score data and modeling expressive piano performance. In International Conference on Machine Learning (pp. 3060-3070). PMLR.

Parameters
musa_object
Returns
_type_: _description_