Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow to receive entire sysex cartridges over MIDI #748

Open
probonopd opened this issue Nov 9, 2024 · 0 comments
Open

Allow to receive entire sysex cartridges over MIDI #748

probonopd opened this issue Nov 9, 2024 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@probonopd
Copy link
Owner

probonopd commented Nov 9, 2024

While testing network support by @omersiar (#747) with Dexed, I found that "Send program to DX7" works, but "Send current sysex cartridge to DX7" does not seem to do anything yet on MiniDexed.

image

It would be nice if we could support this, too. So, let's add support for receiving banks via SYSEX. Right now we can only receive individual voices but not whole banks.

LOGDBG("Bank bulk upload.");
//TODO: add code for storing a bank bulk upload
LOGNOTE("Currently code for storing a bulk bank upload is missing!");

@probonopd probonopd added the enhancement New feature or request label Nov 9, 2024
@probonopd probonopd added the help wanted Extra attention is needed label Nov 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant