Raphaël Doursenaud

Results 159 comments of Raphaël Doursenaud

Thanks for your reply and constructive comment. I’ll try and improve the [documentation about System Exclusive messages](https://mido.readthedocs.io/en/latest/messages/index.html#system-exclusive-messages) to make it more obvious.

Sure, I’ll see what I can do but no promises as this goes against the patterns and design philosophy used in the rest of the library. A specific warning for...

Thanks, I would be delighted to add support however you may want to wait a bit before submitting patches as I intend to completely overhaul the way `mido` parses `MIDI...

As far as I know, none of the backends forwards us this information so there’s nothing we can do about it. This is something I hope to provide with native...

Nice workaround! I don’t remember seeing this information provided anywhere by backends since they’re supposed to abstract that away but I may be wrong. Feel free to poke around and...

Hi and thanks for the report. Unfortunately I can’t reproduce the issue. Please check that `python-rtmidi` is properly installed into your environment and report the version used: ```py import rtmidi...

Thank you for sharing your experience. I’ll try and make this more straightforward for version 2. I still like to provide the ability to use mido to manipulate MIDI data...

Hi, Your sample doesn’t fit the purpose of a quick introduction to the library, code quality is dubious and the way it’s been integrated breaks the page rendering! Could you...

Agreed this setting should be under the control of the library's user. Already planned for version 2. Feel free to submit a patch for version 1 if need be.

It shouldn't be the default however as active sensing processing can be quite resource intensive if they are not required.