1
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 11 hours ago. based on code collected about 11 hours ago.
Feb 24, 2025 — Feb 24, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Now raises exception if send() is called on a closed port. More... over 12 years ago
Port objects now have a 'closed' attribute. More... over 12 years ago
PortMIDI ports now have a readable name and device properties. More... over 12 years ago
Forgot a debugging print. More... over 12 years ago
Portmidi ports can now be closed. (And they are no longer subclasses of iobase ports.) More... over 12 years ago
Added example1.py More... over 12 years ago
Removed a debugging print(). More... over 12 years ago
Bugfix: protomidi backend used parser._messages (should be parser.messages) More... over 12 years ago
Bugfix: msg.type was used in portmidi (should be msg.name) More... over 12 years ago
Bugfix: contine => continue More... over 12 years ago
Tiny change in parser. More... over 12 years ago
Channels work correctly with when passing opcode to Message(). More... over 12 years ago
Changes in README.rst More... over 12 years ago
Added a test script. More... over 12 years ago
Rewrote Message class. Backwards imcompatible. Working title: Modo. More... over 12 years ago
Bugfix: Duplicate messages were received if you broke out of a 'for msg in input:'. More... over 12 years ago
Portmidi device names were not converted to unicode strings in Python 3. Fixed. More... over 12 years ago
Merge pull request #1 from ptone/fixed-print-example More... over 13 years ago
Updated print example script More... over 13 years ago
Using Pm_Poll() to check for messages. More... over 13 years ago
Documented bunched up messages bug. More... over 13 years ago
Fixed a bug that caused the portmidi input to only returned one message at a time. This caused messages to be delayed. Input should be much more responsive now. More... over 13 years ago
Removed "Why" from the readme. More... about 14 years ago
Added "Why?" to README More... over 14 years ago
Updated README. More... over 14 years ago
Changed names of control_change and program_change message arguments. More... over 14 years ago
Fixed some imports. More... over 14 years ago
Renamed io.py to iobase.py. More... over 14 years ago
Added a commend about hanging notes. More... over 14 years ago
Made amidi input non-blocking and more efficient with select(). More... over 14 years ago