1
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 21 hours ago. based on code collected about 21 hours ago.
Feb 17, 2025 — Feb 17, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Rewrote portmidi initialization so the ports can be tested. PortMidi also terminates now. More... over 12 years ago
Removed support for time codes. This needs a rethink. More... over 12 years ago
Added support for time codes. More... over 12 years ago
Updated readme. More... over 12 years ago
Bugfix: realtime messages were not delivered by the parser. More... over 12 years ago
Refactored parser a bit to remove a special case. More... over 12 years ago
Bugfix: messages of length 1 (tune_request) were not delivered. More... over 12 years ago
Added type check to portmidi.Output.send(). More... over 12 years ago
Added BaseMessage class. More... over 12 years ago
Bugfix: MIDI channels were discarded by the parser. Alse simplified code a bit. More... over 12 years ago
Added get_spec() function so parser doesn't have to use Message._spec_lookup. More... over 12 years ago
Updated readme. More... over 12 years ago
Message.copy() will now create a new message if it's own class. This will be useful when subclassing message. More... over 12 years ago
Tests were still testing running status. Fixed that. More... over 12 years ago
Turned off support for running status until it works with PortMidi. More... over 12 years ago
Updated readme. More... over 12 years ago
'song' is now called 'song_select'. More... over 12 years ago
Running status not allowed for system commond messages. Also added tests for ths. More... over 12 years ago
Merge branch 'master' of github.com:olemb/mido More... over 12 years ago
Simplified parser a bit. More... over 12 years ago
Simplified parser a bit. Now supports running status. More... over 12 years ago
Fixed a small error in the tutorial. More... over 12 years ago
Program change and aftertouch had the wrong length in spec, so didn't parse. More... over 12 years ago
Removed the section about ports from "Why Midi". (It didn't belong there.) More... over 12 years ago
Fixed tests so they run on OS X with Python 3.2. More... over 12 years ago
Updated readme. More... over 12 years ago
Tests were broken in Python 3. Also fixed a couple of bugs that showed up. More... over 12 years ago
Time of type long is now handled. ('L' is not allowed when parsing time.) More... over 12 years ago
Updated readme. More... over 12 years ago
Changed string format slightly. More... over 12 years ago