Notifications
Clear all
Topic starter
16/06/2023 8:14 am
I've bought one of those Electra One Mk2 midi controllers which has the ability to edit sysex strings and transmit them. I thought it might be interesting to use it to store and possibly manipulate pages in the Octopus. Any way I can get to understand the format of a single page sysex dump from the Octo?
Thanks.
17/06/2023 12:22 pm
Hi Nick,
Its possible, if you can read C code, but not easy!
The sysex page export code can be found in OCT_OS/_OCT_objects/PersistentV2.c (line 452 onward), you would also need to look at Runtime.h (in the same directory) to find out the # of bytes/bits for each attribute/variable exported to sysex.
Best,
Jean