openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
python-mido
Settings
|
Report Duplicate
1
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Very Low Activity
Commits
: Listings
Analyzed
about 11 hours
ago. based on code collected
about 11 hours
ago.
Feb 24, 2025 — Feb 24, 2026
Showing page 72 of 78
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Now raises exception if send() is called on a closed port.
Ole Martin Bjørndalen
More...
over 12 years ago
Port objects now have a 'closed' attribute.
Ole Martin Bjørndalen
More...
over 12 years ago
PortMIDI ports now have a readable name and device properties.
Ole Martin Bjørndalen
More...
over 12 years ago
Forgot a debugging print.
Ole Martin Bjørndalen
More...
over 12 years ago
Portmidi ports can now be closed. (And they are no longer subclasses of iobase ports.)
Ole Martin Bjørndalen
More...
over 12 years ago
Added example1.py
Ole Martin Bjørndalen
More...
over 12 years ago
Removed a debugging print().
Ole Martin Bjørndalen
More...
over 12 years ago
Bugfix: protomidi backend used parser._messages (should be parser.messages)
Ole Martin Bjørndalen
More...
over 12 years ago
Bugfix: msg.type was used in portmidi (should be msg.name)
Ole Martin Bjørndalen
More...
over 12 years ago
Bugfix: contine => continue
Ole Martin Bjørndalen
More...
over 12 years ago
Tiny change in parser.
Ole Martin Bjørndalen
More...
over 12 years ago
Channels work correctly with when passing opcode to Message().
Ole Martin Bjørndalen
More...
over 12 years ago
Changes in README.rst
Ole Martin Bjørndalen
More...
over 12 years ago
Added a test script.
Ole Martin Bjørndalen
More...
over 12 years ago
Rewrote Message class. Backwards imcompatible. Working title: Modo.
Ole Martin Bjørndalen
More...
over 12 years ago
Bugfix: Duplicate messages were received if you broke out of a 'for msg in input:'.
Ole Martin Bjørndalen
More...
over 12 years ago
Portmidi device names were not converted to unicode strings in Python 3. Fixed.
Ole Martin Bjørndalen
More...
over 12 years ago
Merge pull request #1 from ptone/fixed-print-example
Ole Martin Bjørndalen
More...
over 13 years ago
Updated print example script
Preston Holmes
More...
over 13 years ago
Using Pm_Poll() to check for messages.
Ole Martin Bjørndalen
More...
over 13 years ago
Documented bunched up messages bug.
Ole Martin Bjørndalen
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.
Ole Martin Bjørndalen
More...
over 13 years ago
Removed "Why" from the readme.
Ole Martin Bjørndalen
More...
about 14 years ago
Added "Why?" to README
Ole Martin Bjørndalen
More...
over 14 years ago
Updated README.
Ole Martin Bjørndalen
More...
over 14 years ago
Changed names of control_change and program_change message arguments.
Ole Martin Bjørndalen
More...
over 14 years ago
Fixed some imports.
Ole Martin Bjørndalen
More...
over 14 years ago
Renamed io.py to iobase.py.
Ole Martin Bjørndalen
More...
over 14 years ago
Added a commend about hanging notes.
Ole Martin Bjørndalen
More...
over 14 years ago
Made amidi input non-blocking and more efficient with select().
Ole Martin Bjørndalen
More...
over 14 years ago
←
1
2
…
68
69
70
71
72
73
74
75
76
77
78
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree