Hello,
From discussions in the past I understand that it is not possible to receive (stray) sysex messages. That is not what I am looking for either.
But is it possible to receive a reply to a sysex message?
Example from the documentation of the Launchpad Mini Mk3:
Device Inquiry message
The Launchpad Mini [MK3] responds to the Universal Device Inquiry Sysex message, which can be used to identify the device. This exchange is as follows:
I tried that already but elif ev[0] == 0xF0: never gets hit. I didn’t know if that was caused by the device not responding or this clause not working.
I still don’t actually know what the cause is, but now I can search more specifically.
Thanks for the tip, the device responds to universal device inquiry,
For this device and this situation I need the current device settings, and change them so the bottom 4 knobs are assigned the right CC values while the rest of the settings remain intact.
The LPD8 is not very versatile in this situation, you can ask all parameters at once or you can set all parameters at once.
I still have some problems sending more than one sysex and processing a respons. This may be the right time to start a separate thread.
What I do in this kind of situation is a try and error process
I first dump the initial setting in a sysex file and then try to identify where values in hexa are gathered
Since I know what initial values are it is not very hard when I think I have found the right place with a binary editor like “Neo” I change this value and dump back the modified file to the device and see if I have done right and what button or pot has changed his CCnumber.