pymidi icon indicating copy to clipboard operation
pymidi copied to clipboard

Python library for building RTP-MIDI / AppleMIDI clients and servers

Results 10 pymidi issues
Sort by recently updated
recently updated
newest added

Some things that I found handy while using the code: Added log output for client latency (other RTP MIDI clients do this so I figured this was a good thing);...

Under some circumstances (it seems when there are many packets in flight from a remote peer) there is an exception raised: ``` Traceback (most recent call last): File "/home/ubuntu/python/construct/lib/containers.py", line...

I'm looking at line 156 of protocol.py: ``` now = int(time.time() * 10000) ``` I know that the standard says that this field is in increments of microseconds, etc. However:...

Is it possible that you could make an example of how one could use this to communicate with for example Tobias Erichsen rtpMidi (https://www.tobias-erichsen.de/software/rtpmidi.html)

Hey, How does one close the socket? Just closing it causes some program to hang. I see some clients have some command 'BY' which might be it, but not sure...

Bumps [cryptography](https://github.com/pyca/cryptography) from 3.3.1 to 39.0.1. Changelog Sourced from cryptography's changelog. 39.0.1 - 2023-02-07 * **SECURITY ISSUE** - Fixed a bug where ``Cipher.update_into`` accepted Python buffer protocol objects, but allowed...

dependencies

Bumps [certifi](https://github.com/certifi/python-certifi) from 2020.12.5 to 2022.12.7. Commits 9e9e840 2022.12.07 b81bdb2 2022.09.24 939a28f 2022.09.14 aca828a 2022.06.15.2 de0eae1 Only use importlib.resources's new files() / Traversable API on Python ≥3.11 ... b8eb5e9 2022.06.15.1...

dependencies

Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.2 to 1.26.5. Release notes Sourced from urllib3's releases. 1.26.5 :warning: IMPORTANT: urllib3 v2.0 will drop support for Python 2: Read more in the v2.0 Roadmap Fixed...

dependencies

Bumps [bleach](https://github.com/mozilla/bleach) from 3.2.2 to 3.3.0. Changelog Sourced from bleach's changelog. Version 3.3.0 (February 1st, 2021) Backwards incompatible changes clean escapes HTML comments even when strip_comments=False Security fixes Fix bug...

dependencies