Se Connecter:     


Forum: General Discussion

Sujet: Pioneer DDJ-XP2 (change Padmode )
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?
 

Posté 2 hours ago
typo in your query, works fine when fixed.
 

locoDog wrote :
typo in your query, works fine when fixed.


I think I was totally blind :-)

pad_pages 1 ? pad_pages 5 : pad_pages 1

That works initially.

Thanks again