Christopher Arndt
Christopher Arndt
So I managed to reproduce the error messages you were getting using your `miditool.py` script. I'm not sure how to assess this issue, though. With your script, on my system,...
> did you get the 'input buffer overrun' or the 'Resource temporarily unavailable' ? Both. > my software is not sending at 100Kmsg/s for long, it only sends data in...
> also: setting an error callback seems ignored in this case. I just get a messages printed to stderr That's a bug in RtMidi. In the `alsaMidiHandler` function it uses...
Both messages happen, when in the [event loop](https://github.com/SpotlightKid/rtmidi/blob/2760817db0b5e592f30c7588e297861443515ae3/RtMidi.cpp#L1546) in the `alsaMidiHandler` the call to `snd_seq_event_input` returns an error, even though the call to `snd_seq_event_input_pending` before indicated that there are events...
Yes, I plan a new release for around the April 15th with official Python 3.10 support and binary wheels for Windows, `manylinux` and MacOS. I'll have to figure out how...
Sorry, family business got in the way, I'll try to get to it next week.
It's not exactly expected, but I wouldn't classify it as a bug. It is probably a result of two factors: 1) the Windows MM backend is synchroneous, i.e. when you...
Thanks for your report and sorry for the slow response. I currently have only little time for FLOSS development but I'll look at the issue as soon as I can.
Many thanks for the PR. I'll be on holiday next week and hop to to find the time to have a look at it then. Thanks for your work and...
@ntamas Not in detail yet, sorry. I'm away for the weekend, but I'll try to look at it next week. At first glance it looks good, though.