MidiExplorer icon indicating copy to clipboard operation
MidiExplorer copied to clipboard

Yet another MIDI monitor, analyzer, debugger and manipulation tool.

Results 9 MidiExplorer issues
Sort by recently updated
recently updated
newest added

Updates the requirements on [dearpygui](https://github.com/hoffstadt/DearPyGui) to permit the latest version. Commits See full diff in compare view You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]:...

dependencies

Updates the requirements on [pillow](https://github.com/python-pillow/Pillow) to permit the latest version. Release notes Sourced from pillow's releases. 10.2.0 https://pillow.readthedocs.io/en/stable/releasenotes/10.2.0.html Changes Add keep_rgb option when saving JPEG to prevent conversion of RGB...

dependencies

Hi there, This seems like a great tool! I've been trying to install midiexplorer on macOS, but pip complains that that there is a dependency on the 1.6.2 version of...

documentation
question

Tried updating to DearPyGui v1.9.1 under Python 3.11 on Microsoft Windows 11. The GUI doesn't respond to any MIDI input despite the messages showing in the `DEBUG` log. Investigate.

bug

Improve the font rendering for Windows specifically by using the following code. ```Python import ctypes # Include the following code before showing the viewport/calling `dearpygui.dearpygui.show_viewport` and set a bigger font...

enhancement

Updates the requirements on [pillow](https://github.com/python-pillow/Pillow) to permit the latest version. Release notes Sourced from pillow's releases. 10.3.0 https://pillow.readthedocs.io/en/stable/releasenotes/10.3.0.html Changes CVE-2024-28219: Use strncpy to avoid buffer overflow #7928 [@​hugovk] Use functools.lru_cache...

dependencies

Updates the requirements on [pillow](https://github.com/python-pillow/Pillow) to permit the latest version. Release notes Sourced from pillow's releases. 10.4.0 https://pillow.readthedocs.io/en/stable/releasenotes/10.4.0.html Changes Raise FileNotFoundError if show_file() path does not exist #8178 [@​radarhere] Improved...

dependencies

Updates the requirements on [pillow](https://github.com/python-pillow/Pillow) to permit the latest version. Release notes Sourced from pillow's releases. 11.2.1 https://pillow.readthedocs.io/en/stable/releasenotes/11.2.1.html Deprecations Moved get_child_images() to ImageFile #8689 [@​radarhere] Documentation Add 11.2.1 release notes...

dependencies
python

Terminal output: `Collecting midiexplorer Using cached midiexplorer-0.0.1a5-py3-none-any.whl.metadata (82 kB) Collecting dearpygui-ext~=0.9.5 (from midiexplorer) Using cached dearpygui_ext-0.9.5-py3-none-any.whl.metadata (5.7 kB) INFO: pip is looking at multiple versions of midiexplorer to determine which...

question