1
I Use This!
Low Activity

Commits : Listings

Analyzed about 4 hours ago. based on code collected about 4 hours ago.
Jan 28, 2025 — Jan 28, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Rewrote parser to make the code a little clearer. More... over 14 years ago
Added some more tests (one commented out for now) More... over 14 years ago
Actually added test_protomidi.py :) More... over 14 years ago
Wrote two parser tests and fixed a bug they found. More... over 14 years ago
Started writing tests, added __eq__ to messages and fixed a bug that the test found (whee!) More... over 14 years ago
Removed portmidi.rst (out of date) More... over 14 years ago
Doodling on a commmon I/O API. More... over 14 years ago
Added tilde files to .gitignore. More... over 14 years ago
Removed unused functions from portmidi wrapper (and cleaned up a bit) More... over 14 years ago
Fixed error handling for default devices (it didn't actually check the return value) More... over 14 years ago
Cleaned up portmidi.get_devinfo() return value. More... over 14 years ago
Added list.py (lists portmidi devices) More... over 14 years ago
Fixed README formatting error More... over 14 years ago
Fixed segfault by checking if there is actually a default device (but I still don't understand what happened) More... over 14 years ago
segfault.py segfaults the library somehow. Need to debug this. More... over 14 years ago
portmidi wrapper now raises correct exception. More... over 14 years ago
Added todo item More... over 14 years ago
Fixed iteration through messages in Input (for msg in input) More... over 14 years ago
Implemented channel mask and message filter for Input. Also importing portmidi_init as pm instead of splat importing (to reduce name space pollution). Probably broke something. More... over 14 years ago
Rewrote introduction in README.rst. More... over 14 years ago
MIDI Input now works! More... over 14 years ago
Removed portmidi._get_time() More... over 14 years ago
Rewrote initialize/terminate for portmidi wrapper. More... over 14 years ago
Now protomidi can be used without portmidi again. More... over 14 years ago
Renamed io.py back to portmidi.py. More... over 14 years ago
Removed unneeded Output_send() More... over 14 years ago
Started writing io.Input and moved portmidi.initialize() call to Port class. More... over 14 years ago
Rewrote parser to be a class. More... over 14 years ago
Added output.py example. More... over 14 years ago
Cleaned up test.py More... over 14 years ago