QUESTION: Is there any way in MidiDesigner that I can programmatically tweak the 6th byte of my sysex message based on what button I mash in MidiDesigner?
With the Korg M1, changing modes changes the affected 'page' (6th byte) of a sysex message. I currently have a button in my MidiDesigner template that selects SINGLE or DOUBLE OSC mode and I'd like that to trigger the loading of a different matrix of sysex values for all parameters - specifically just for the 6th byte. In this case, I want to adjust parameters for sound design.
The 6th byte (green) must be changed to affect the same respective parameter depending on the mode of the synth:
F0 42 30 19 41 05 0A vv vv F7 will set the VDF1 CUTOFF parameter for OSC 2 (DOUBLE OSC MODE)
F0 42 30 19 41 03 0A vv vv F7 will set the VDF1 CUTOFF parameter for OSC 1 (SINGLE OSC MODE)
Attached photo is a page I made that appends the 6th byte values for SGL (Single) and DBL (Double) OSC mode.
Can this happen in MidiDesigner or is that beyond the scope of the app?