-
Notifications
You must be signed in to change notification settings - Fork 6
module not found #1
Copy link
Copy link
Open
Description
running the sample code
from musicxml_parser.scoreToPianoroll import scoreToPianoroll
score_path = "test.xml"
quantization = 16
pianoroll, articulation = scoreToPianoroll(score_path, quantization)
gives me this error:
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'
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels