登录:     


Forum: General Discussion

Topic: Mapping to switch padsite
How can i make sure, that when i play a song and use the pads page with the stems and load a new song in the same deck that it will go back to my first page, where i always use the keypoints.

So, new song, pad: switches from any pages i just used to cuepoints page, so resets the pad to cuepoint?
 

发表时间 Sat 09 Mar 24 @ 10:23 pm
keyboard mapping
ONSONGLOAD
pad_page "PADPAGENAME"
 

pad_page 1 "PADPAGENAME"

Did it, thank uuuu ❤️
 

While it does work, the correct way to script it is simply pad_page 1
The difference is that pad_page 1 instructs the software to switch to the first pad page (same as if you pressed the button on your controller) while the pad_page 1 "PADPAGENAME" loads the "PAGENAME" pad page on first slot, and then switches to it.

The end result is the same, but technically speaking there's no reason to reload the "PADPAGENAME" page on every song load.