1
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Feb 03, 2025 — Feb 03, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Made some internal changes to the parser and added some docs to it. More... over 12 years ago
Set up documentation with Sphinx. More... over 12 years ago
Improved some doc strings. More... over 12 years ago
Added some examples to the toplevel docstring to make it easier to get started. More... over 12 years ago
Bugfix: time was not rendered correctly in Msg.__repr__(). More... over 12 years ago
Bugfix: Message.status_byte crashed with sysex messages due to off-by-one error. More... over 12 years ago
Added link to midi.org in package. More... over 12 years ago
Fixed URL field in package and enabled splat import from __init__.py. More... over 12 years ago
Reformatted and improved doc strings. Also some code cleanup. More... over 12 years ago
Removed example_note_off.py (badly implemented and not very relevant) More... over 12 years ago
Removed a print(). More... over 12 years ago
Got rid of (almost) all the ugly self.__dict__[name] = value line noise. More... over 12 years ago
Wrote a bit about MIDI encoding in msg.py for people unfamiliar with it. More... over 12 years ago
Edited a bit for clarity. More... over 12 years ago
Put back a string concatenations, because the old way was clearer. More... over 12 years ago
Fixed a few little things in msg.py. More... over 12 years ago
Moved building of _SPEC_LOOKUP. Hopefully this is clearer. More... over 12 years ago
Refactored some more. More... over 12 years ago
Refactored duplicate code in Input/Output.__init__() into Port.__init__() More... over 12 years ago
Argh, forgot to test before committing. One .append() should be .extend(). More... over 12 years ago
Fixed a bug i introduced earlier and changed a '"a" + b' into .format(). More... over 12 years ago
Unsplit some not long lines. More... over 12 years ago
More changes suggested by tialpoy. More... over 12 years ago
Ran pep8 on the code and fixed everything it complained about. More... over 12 years ago
Code cleanup. More... over 12 years ago
Made PITCHEEL_MIN/MAX uppercase (since they are constants) More... over 12 years ago
Made a tiny change for readability. More... over 12 years ago
Fixed some bugs. More... over 12 years ago
Implemented changes suggested by tialpoy on Reddit. More... over 12 years ago
Fixed docs in input example More... over 12 years ago