Hello everyone,
I have a DDJ-XP2,
and would like to change the mapping.
There are four Pad Mode buttons, 1-4, and with Shift, you can use Pad Modes 5-8.
What I would like is to be able to use the Pad Mode buttons without using Shift.
So, pressing Pad Mode 1 a second time activates Pad Mode 5.
Originally, "PADMODE_1" is set to:
pad_pages 1 ? pad_bank2 : pad_pages 1 & pad_bank2 off
I replaced this with:
pad_page1 ? pad_page 5 : pad_page 1
but that doesn't work.
I've tried various solutions using "AI" on the internet, but none of them have worked.
Is this possible?
I have a DDJ-XP2,
and would like to change the mapping.
There are four Pad Mode buttons, 1-4, and with Shift, you can use Pad Modes 5-8.
What I would like is to be able to use the Pad Mode buttons without using Shift.
So, pressing Pad Mode 1 a second time activates Pad Mode 5.
Originally, "PADMODE_1" is set to:
pad_pages 1 ? pad_bank2 : pad_pages 1 & pad_bank2 off
I replaced this with:
pad_page1 ? pad_page 5 : pad_page 1
but that doesn't work.
I've tried various solutions using "AI" on the internet, but none of them have worked.
Is this possible?
发表时间 32 minutes ago





