Passing data from one page to another

Is there any hope of us ever being able to pass data from one page to another?

I’m currently working on an idea for my Grid.

I’m using VSN1 + EN16. I select a MIDI channel (1-16) using VSN1 and all my encoders on EN16 are programmatically changed to message this selected MIDI channel. The problem is when I run out of encoders and switch to the next page the current context is discarded and from what I can see there’s no way for me to pass the currently selected MIDI channel to the next page.

Any insight welcome.

Hi there,

You can achieve this on a single page, there is no real reason to change to another.
As a proof on concept the 64CTRL and 256CTRL profiles showcase this behavior.

You store your CC and CH in global variables and using functions like immediate_send() you can control the value of these variables from other modules as well!