1
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 2 hours ago. based on code collected about 2 hours ago.
Feb 07, 2025 — Feb 07, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Updating pull request for byte clipping. More... over 8 years ago
Added commit to allow for midi values in files to exceed 127. If "clip" is specified in midi file initializer, these values will be clipped to 127, otherwise an error will be thrown More... over 8 years ago
Updated changelog. More... over 8 years ago
Saner device type checking on _get_name_device in portmidi backend More... over 8 years ago
fixed port selection More... over 8 years ago
Bugfix: `data` attribute was missing for `UnknownMetaMessage` objects. More... over 8 years ago
Set default time signature to 4/4. More... over 8 years ago
Updated upload instructions to use twine. More... over 8 years ago
Bumped version to 1.2.8. More... over 8 years ago
Merge pull request #100 from cjappl/master More... over 8 years ago
Added test for non-blocking receive, changed test format to class More... over 8 years ago
Reinstated lock in MultiPort class. More... over 8 years ago
Removed locking from MultiPort for the same reason as for IOPort. More... over 8 years ago
Bugfix: IOPort.poll() would block if another thread was waiting for receive(). More... over 8 years ago
Nonblocking receive was broken for RtMidi IO ports. More... over 8 years ago
Removed dict() and from_dict() from roadmap. (These were included in 1.1.24.) More... over 8 years ago
Bumped version to 1.2.7. More... over 8 years ago
Updated docs with a better way to run tests (python3 -m pytest). More... over 8 years ago
Removed dependency on ``python-rtmidi`` from tests. More... over 8 years ago
Updated changelog. More... over 8 years ago
Prevent trying to read extremely long messages More... over 8 years ago
Bumped version to 1.2.6. More... almost 9 years ago
Updated roadmap. More... almost 9 years ago
Updated a doc heading. More... almost 9 years ago
Removed a unicode literal (u'') that caused problems in Python 3.2. More... almost 9 years ago
Now handles sequence_number and midi_port messages without data bytes. More... almost 9 years ago
Updated comment for Pygame fix. More... almost 9 years ago
Bugfix: Sending sysex with Pygame in Python 3 failed. More... almost 9 years ago
Bumped version to 1.2.5. More... almost 9 years ago
Updated changelog. More... almost 9 years ago