Bug #1066: Add helper function to send SysEx/MTC via usb-device-midi by mungewell · Pull Request #1068 · micropython/micropython-lib · GitHub
Skip to content

Bug #1066: Add helper function to send SysEx/MTC via usb-device-midi#1068

Open
mungewell wants to merge 1 commit into
micropython:masterfrom
mungewell:bug_1066
Open

Bug #1066: Add helper function to send SysEx/MTC via usb-device-midi#1068
mungewell wants to merge 1 commit into
micropython:masterfrom
mungewell:bug_1066

Conversation

@mungewell

Copy link
Copy Markdown

I was using USB-device-midi to send MTC to the host, which is essentially SysEx. But was slowed by the missing helper function to send the packet of SysEx. Anyhow, I wrote one...

Full example script here:
https://github.com/orgs/micropython/discussions/18450#discussioncomment-15043069

Signed-off-by: Simon Wood <simon@mungewell.org>
@dpgeorge

dpgeorge commented Dec 3, 2025

Copy link
Copy Markdown
Member

@mungewell

Copy link
Copy Markdown
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

USB-device-midi is missing helper function to send SysEx

2 participants