1
I Use This!
Low Activity

Commits : Listings

Analyzed 5 days ago. based on code collected 5 days ago.
Mar 30, 2025 — Mar 30, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Made MidiFile.get_messages() public. (May be renamed before release.) More... over 11 years ago
Documented bpm2tempo() and tempo2bpm(). More... over 11 years ago
Removed types.py and moved the code into midifiles_meta.py. More... over 11 years ago
Added note about channel numbers to docs. More... over 11 years ago
Added bpm2tempo() and tempo2bpm(). More... over 11 years ago
Moved file type test to MidiFile._messages. More... over 11 years ago
Moved _merge_tracks() into MidiFile and made it a property. More... over 11 years ago
Bumped version to 1.1.10. More... over 11 years ago
Moved _merge_tracks() out of MidiFile. Possibly exposing it at some point. More... over 11 years ago
MidiFile.__iter__() now yields end_of_track messages. More... over 11 years ago
Bugfix: MidiFile.length was computed incorrectly. More... over 11 years ago
Renamed _compute_seconds_per_tick() to _get_seconds_per_tick(). More... over 11 years ago
bugfix: tempo changes caused timing problems in MIDI file playback. More... over 11 years ago
mido-ports now prints port names in single ticks. More... over 11 years ago
Bumped version to 1.1.9. More... over 11 years ago
Bugfix: sleep time in play() was sometimes negative. More... over 11 years ago
Bugfix: _compute_tick_time() was not renamed to _compute_seconds_per_tick(). More... over 11 years ago
Bumped version to 1.1.8. More... over 11 years ago
Some cleanup. More... over 11 years ago
Renamed method for clarity. More... over 11 years ago
Rewrote delta time computation to make the code a bit clearer. More... over 11 years ago
Bugfix: bugfix: timing in MIDI playback was broken from 1.1.7 on. More... over 11 years ago
Tiny refactoring. More... over 11 years ago
Bugfix: read_syx_file() didn't handle empty file. More... over 11 years ago
Updated changelog. More... over 11 years ago
Bumped version to 1.1.7. More... over 11 years ago
Update changelog. More... over 11 years ago
Updated setup.cfg. More... over 11 years ago
run_tests.py now imports mido package locally. More... over 11 years ago
Fixed manifest. More... over 11 years ago