I saw on a Superbooth Video that the nice guy from Intech changed the pages of a controller by hitting a key instead of the button on the front. Does any one knwos how to program this ? i think its better usage when you put the controllers in a case for live gigs or jams. Thanks for helping. br cit
Change the page bu using a button or key
Replies (8)
Hey, use a codeblock on a button with page_load(page_number)
page_number from 0 to 3
Code block is available if you turn off the Minimalist mode (right up corner)
If you just want it to go to the next page, use this code: page_load(page_next())
See screenshot below for setup.
Note: if you want this to work for every page, you need to put the same code on the same button for each page, then you'll be able to cycle through all the pages in a loop by pressing that button.
wow thanks for this quick replay. will have a look at this tonight. thanks a lot.
thanks that is exsact what i want. i will copy it then to all pages on a button where i not need a push function. normal i use the push to turn the the midi cc back to zero. thanks for your help.
You're welcome 🙂 Which Grid module do you have? If it's one with encoders, you could even set it up to go to the next page when twisting to the right (clockwise) and then go to the previous page when twisting to the left... I'm not sure how useful or practical that would be but here's how to do it if you want to try:
View on Discord
This post is from the Intech Studio Discord community.

