1
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 23 hours ago. based on code collected about 23 hours ago.
Feb 22, 2025 — Feb 22, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Updated example. More... over 12 years ago
Updated example. More... over 12 years ago
Added __iter__() to input ports. (Iterate through messages as they arrive.) More... over 12 years ago
Made DeviceInfo.__repr__() more readable. More... over 12 years ago
assert_databyte() now raises the right exceptions. More... over 12 years ago
Typo. More... over 12 years ago
Fixed misleading example in docstring. More... over 12 years ago
Improved a docstring and an error message. More... over 12 years ago
Typo. More... over 12 years ago
Formatted doc string. More... over 12 years ago
Updated todo list and portmidi doc string. More... over 12 years ago
Added doc strings to Input and Output constructors. More... over 12 years ago
get_devices() now returns a list (instead of a generator) More... over 12 years ago
Added state (open/closed) to DeviceInfo repr() string. More... over 12 years ago
Added stuff to portmidi. New get_devices(). More... over 12 years ago
Port names are now unicode strings. (Encoding is assumed to be utf-8.) More... over 12 years ago
Updated README.rst More... over 12 years ago
Edited much of the code for clarity, and made some changes to the API. More... over 12 years ago
Bugfix: a change in the parser made Input unusable. I need test for ports. More... over 12 years ago
Bugfix: typo crashed mido.portmidi on import. More... over 12 years ago
Fixed some bad variable names and cleared up code. More... over 12 years ago
Started fixing bad variable names. Also, __init__ doc string too long. More... over 12 years ago
Inherit from object! Also moved wall of comments out of msg.py. More... over 12 years ago
Tiny fix. More... over 12 years ago
Fixed typo. More... over 12 years ago
Bugfixes and code cleanup. More... over 12 years ago
Message.__setattr__ is clearer and raises the right exceptions. More... over 12 years ago
Reformatted and rewrote docstrings for test suite. More... over 12 years ago
Fixed a bug in MsgSpec signature. More... over 12 years ago
Code cleanup. More... over 12 years ago