Help needed on EN16 Independent Page Change

I had a week to play with EN16 and I really love this Encoder.

Now all I need is to change an EN16’s pages using button of Encoders.
Ex
Page 1 with push of Encoder 1 Page 2 with Encoder 2 etc etc.
I also like to change Page of this particular Grid and not others.

Is this possible?
If Yes how can I do this?

I figured out how to change Pages with button of EN16.
But its still synced.

Now I just need to figure out how change the Page independently.

You can use Page_load(num) on a button press to switch pages. More details can be found in the documentation:
:link: Grid Functions - Page Load

To make it work, you need to assign it to all encoder buttons and store the settings to activate the change.

For example:

  • To switch to Page 1, use Page_load(0).
  • To switch to Page 2, use Page_load(1).

1 Like

Hi Greg,

Thank you for reply.

I have 3 EN16 in the row and I pace the Page-load (num) function in all the top encoders, and Page change happens as expected. So Nice!

BUT when I press Page 1 button in one of EN16 then it send the message to every EN16. So all of EN16 will go to Page 1. I think it is standard behavior but I don’t want that to happen.

What I want is, for example, when I press Page 1 button on EN16 (1), I want EN16(1) to goto Page 1, and EN16(2) and EN16(3) remains on whatever Page they are in.

Is this possible?

For that to not happen, you will need to use something like the 64CTRL. That profile has a feature that lets you configure selective bank changes per module.

OK I understand. If I could use absolute value for Logic Pro then I am happy with 64CTRL.