from musicxml_parser.scoreToPianoroll import scoreToPianoroll
score_path = "test.xml"
quantization = 16
pianoroll, articulation = scoreToPianoroll(score_path, quantization)
Traceback (most recent call last):
File "/Users/emile/Documents/./mxl2dtx", line 26, in <module>
from musicxml_parser.scoreToPianoroll import scoreToPianoroll
File "/usr/local/lib/python3.9/site-packages/musicxml_parser/scoreToPianoroll.py", line 23, in <module>
from Musicxml_parser.smooth_dynamic import smooth_dyn
ModuleNotFoundError: No module named 'Musicxml_parser'
running the sample code
gives me this error: