You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello. I'm trying to visualize my MIDI file with this command:
pianoplayer midi_file.midi -vz
However, the command fails with these errors:
[vedo.mesh.py:463] ERROR: texture file wood1 does not exist
[vedo.mesh.py:463] ERROR: texture file wood1 does not exist
Traceback (most recent call last):
File "/home/hiroki/.local/bin/pianoplayer", line 224, in <module>
vk = VirtualKeyboard(songname=xmlfn)
File "/home/hiroki/.local/lib/python3.9/site-packages/pianoplayer/vkeyboard.py", line 41, in __init__
self.build_keyboard()
File "/home/hiroki/.local/lib/python3.9/site-packages/pianoplayer/vkeyboard.py", line 91, in build_keyboard
self.vp += Text('PianoPlayer ^'+__version__+" ",
NameError: name 'Text' is not defined
I couldn't find the texture files on my computer. How can I get them?
The text was updated successfully, but these errors were encountered:
Thank you, that command solved the problem.
By the way, I've installed pianoplayer with pip install --user pianoplayer. I don't understand python fully, but since the requirements.txt contains vedo==2020.4.2, I think vedo should have been installed at that time. Did I miss something?
Hello. I'm trying to visualize my MIDI file with this command:
However, the command fails with these errors:
I couldn't find the texture files on my computer. How can I get them?
The text was updated successfully, but these errors were encountered: