I'm wondering that too, and wonding if that's why MIDI keyboard input is not working. See my latest post to this discussion board as well.
I've found that the cause of the issue is that the "pypm" module is not imported and, in fact, there's a message written to stderr, "Warning: pygame/pypm module not found. Recording midi will not work". Is there some dependency I need to install separately? Is this related to "Python Midi" package mentioned with a URL http://www.mxm.dk/products/public/pythonmidi that is no longer active? Is this why the latest code in Github points to something called FluidSynth, maybe that's a new library with MIDI...
I've found that the cause of the issue is that the "pypm" module is not imported and, in fact, there's a message written to stderr, "Warning: pygame/pypm module not found. Recording midi will not work". Is there some dependency I need to install separately? Is this related to "Python Midi" package mentioned with a URL http://www.mxm.dk/products/public/pythonmidi that is no longer active? Is this why the latest code in Github points to something called FluidSynth, maybe that's a new library with MIDI...
Hi, I understand that easyABC is supposed to have a way to input from a MIDI Keyboard, but it's not working for me. When I push the Record button, a window pops up asking me to select MIDI input and output devices. But there are options. Other programs are able to see my keyboard. Any ideas how to troubleshoot this? I have Python programming experience if that helps, but I don't have experience with coding related to anything MIDI.
Thanks! It would be nice if you could select in the ABC code pane too, but this gets the job done.
EasyABC is is really useful but I'd sometimes like to be able to play just a part of the tune I am working on. What would be intuitive is if I highlighted some source code and it would play just that. Is there any way to do something like that? Thanks!