1
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 16 hours ago. based on code collected about 16 hours ago.
Feb 10, 2025 — Feb 10, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed headings in changelog. More... over 9 years ago
Bumped version to 1.1.17. More... over 9 years ago
Merge branch 'rtmidi-queue' into develop More... over 9 years ago
Added doc string to RtMidi receive(). More... over 9 years ago
Updated docs and changelog. More... over 9 years ago
RtMidi blocking receive() now responds to CTRL-C. More... over 9 years ago
Fixed example queue_port.py which broke when locks were added. More... over 9 years ago
Bugfix: MidiTrack.copy() (Python 3 only) returned list. More... over 9 years ago
Bumped version to 1.1.16. More... over 9 years ago
Added __add__() and __mul__() to tracks. More... over 9 years ago
Moved some comments. More... over 9 years ago
Updated changelog. More... over 9 years ago
Merge branch 'craffel-MidiTrack_index' into develop More... over 9 years ago
Example receive.py now flushes after prints to be pipe/grep friendly. More... over 9 years ago
Don't construct MidiTrack when index is provided More... over 9 years ago
No longer with clause in MidiFile examples. More... over 9 years ago
Added poll() method to input ports. More... over 9 years ago
RtMidi blocking receive() now responds to KeyboardInterrupt in Python 2. More... over 9 years ago
Removed custom `_import_module()`. More... over 9 years ago
Added example `rtmidi_python_backend.py` More... over 9 years ago
RtMidi backend now has true blocking instead of poll and wait. More... over 9 years ago
Moved lock initialization to before the call to self._open(). More... over 9 years ago
Error in Message.copy example More... over 9 years ago
Bumped version to 1.1.15. More... over 9 years ago
Added .cache to .gitignore. (Used by pytest.) More... over 9 years ago
Rewrote MIDI file load and save tests to use pytest. More... over 9 years ago
MidiTrack.__getitem__() didn't work in Python 2.7. More... over 9 years ago
Updated docs. More... over 9 years ago
Had to abandone the @serialized decorator. More... over 9 years ago
Fixed typo. More... over 9 years ago