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

DX7 OUT MIDI CH possibly ignored from CART view? #370

Open
diyelectromusic opened this issue Dec 11, 2022 · 0 comments
Open

DX7 OUT MIDI CH possibly ignored from CART view? #370

diyelectromusic opened this issue Dec 11, 2022 · 0 comments

Comments

@diyelectromusic
Copy link

Attached is a screengrab from MIDIOx showing the SysEx voice dump when DX7 Channel = 2. The first is the dump from the main editor window for right click->send current program to DX7. The second is the dump from the CART window for right click->send program to DX7.

The third byte (status | device ID) is 0x01 for the first but 0x00 for the second.

image

I believe the code for sending the Program data here https://github.com/asb2m10/dexed/blob/master/Source/CartManager.cpp#L305
should be adding in the MIDI channel to the SysEx message, in the same way it is done here: https://github.com/asb2m10/dexed/blob/master/Source/PluginData.cpp#L269

Kevin

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

No branches or pull requests

2 participants