Raphaël Doursenaud
Raphaël Doursenaud
This usually happens because the backend exposes multiple APIs. Also the names of the devices are decided by the OS stack, nothing we can really do about it.
> > This usually happens because the backend exposes multiple APIs. Also the names of the devices are decided by the OS stack, nothing we can really do about it....
Could you please provide a sample output with it's expected counterpart. I can't wrap my head around what you mean. Thanks!
Thank you for providing the file! What I get now is mido trying to read beyond the file's length raising an `EOFError`. Looking at the debug output, it seems to...
Could you please provide the file for analysis? Thank you.
For your use case, I'd rather use a callback than synchronous I/O operations. These are provided for ease of use in scripting but I strongly believe they should not be...
I don't think this is a mido issue. There are a multitude of things that can 'eat' messages before it even hits mido. - The MIDI interface (I assume you're...
Great idea, Pull Request welcome. I'd like to add that for it to be a really good fit in the library, I think it would need to be a bit...
It looks like you have a `Message` with an incompatible `time` value. Could you please provide a bit of the context an what you're trying to achieve, like a code...
We are dropping Python 2 support in the upcoming release. I don't think this is relevant anymore. Feel free to reopen if I'm mistaken!