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
Pygame backend can now receive sysex messages. (Fix by Box of Stops.) More... about 9 years ago
Forgot to switch to is_input in a couple of places in Pygame backend. Fixed. More... about 9 years ago
Typo in virtual port example More... about 9 years ago
Merged branch 'patch-1' of https://github.com/carlthome/mido. More... about 9 years ago
Add second2tick and tick2second More... about 9 years ago
Use tick2second More... about 9 years ago
Updated changelog. More... about 9 years ago
Merged twobraids' socket init fix. More... about 9 years ago
Added note about pygame joysticks to hid_joystick.py example. More... about 9 years ago
added missing init of base class for SocketPort More... about 9 years ago
added missing init of base class for SocketPort More... about 9 years ago
Expose second2tick and tick2second More... about 9 years ago
Add second2tick and tick2second utility functions More... about 9 years ago
Added MIN/MAX_PITCHWHEEL and MIN/MAX_SONGPOS constants to toplevel module. More... about 9 years ago
Fixed docs example and changed variable name. More... about 9 years ago
Merged example fixes from Antonio Ospite. More... about 9 years ago
README.rst: fix usage of the "with" statement More... about 9 years ago
MidiFile debug mode didn't work in Python 2. Fixed. More... about 9 years ago
Fixed a couple of meta message bugs and added some tests. More... about 9 years ago
Hashing and FrozenUnknownMetaMessage were broken. Fixed. More... about 9 years ago
Added separator argument to from_hex(). More... about 9 years ago
Made is_realtime a bit faster by using a set. More... about 9 years ago
Updated changelog. More... about 9 years ago
Renamed locking to _locking (since it's internal to the port). More... about 9 years ago
Removed a duplicate test. More... about 9 years ago
Rewrote RtMidi backend with locking=False. More... about 9 years ago
Added locking attribute to port classes. More... about 9 years ago
Added generators for panic and reset messages. More... about 9 years ago
Renamed freeze() to freeze_message(). Also updated changelog. More... about 9 years ago
Updated changelog. More... about 9 years ago