BEYOND Page selection with MIDI

Using a Native Instruments Maschine MKII (very versatile and well build controller) and I have had a good time mapping it all for beyond. Im new to this and I am not sure how to control page selection with MIDI. Any help? :)

Thanks!
 
To navigate through pages:
To go up a page:

Code:
SelectPrevTAB

To go down a tab

Code:
SelectNextTAB

To switch between beam and grapics:
To select previous categorie
Code:
SelectPrevCat

To select the next one:
Code:
SelectNextCat
 
for on a midi button:

Code:
SelectPageName "Graphics" // define Page name!

For your keyboard, go to to settings >> keyboard to pangoscript and enter the code in the line.

Code:
SelectPageName "Graphics" // define Page name!

Where "Graphics" should be the name of the page you want to open.
 
Last edited by a moderator:
Back
Top