1
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Feb 07, 2025 — Feb 07, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Isolated frozen messages to mido/frozen.py and removed is_frozen attribute. More... about 9 years ago
Unknown meta messages were not freezable. Fixed. More... about 9 years ago
freeze() now returns None if you call it with None. More... about 9 years ago
Meta message copy() was broken. Fixed. More... about 9 years ago
Frozen meta messages were broken. Fixed. More... about 9 years ago
Added a doc string. More... about 9 years ago
Fix: from_bytes() didn't convert data to SysexData. More... about 9 years ago
Refactored a bit. More... about 9 years ago
version_info now handles version without releaselevel. More... about 9 years ago
Tiny refactor. More... over 9 years ago
Copy with type argument was not allowed. Fixed. More... over 9 years ago
Removed __iter__() from messages. More... over 9 years ago
Added mido.version_info. More... over 9 years ago
Refactored encoding a bit. Also made it a bit faster for common cases. More... over 9 years ago
Updated intro examples. More... over 9 years ago
Moved rtmidi_python backend to the backends package. More... over 9 years ago
Removed an unnecessary check. More... over 9 years ago
Added some doc strings. More... over 9 years ago
Added multi_send(). More... over 9 years ago
Fixed broken exception and tests. More... over 9 years ago
Removed from_safe_bytes() and from_safe_dict(). More... over 9 years ago
Updated encode+decode test. More... over 9 years ago
Added more tests. THese should catch things like the pitchwheel errors today. More... over 9 years ago
Pitchwheel channel was not decoded properly. More... over 9 years ago
Bugfix: itchwheel messages with channel > 0 were also encoded incorrectly. More... over 9 years ago
Forgot to remove a print. More... over 9 years ago
Bugfix: pitchwheel messages with channel > 0 were decoded incorrectly. More... over 9 years ago
Removed MidiFile errors option. It should have been a branch. More... over 9 years ago
Added error mode option to MidiFile as discussed in issue #63. More... over 9 years ago
Updated setup.cfg to use [tool:pytest] instead of deprecated [pytest]. More... over 9 years ago