Hi
I would like that the display of the Pad section change depending on the padmode used on the DJM S9
when i presse HOTCUE on the S9 i want that the HOTCUE of the Pad section is displayed
Same thing for the SLICER ; ROLL ; SAMPLER
For the SAVED LOOP i want the display when i press 2 times on ROLL SHIFT
If someone can help for the script Thx in Advance
I would like that the display of the Pad section change depending on the padmode used on the DJM S9
when i presse HOTCUE on the S9 i want that the HOTCUE of the Pad section is displayed
Same thing for the SLICER ; ROLL ; SAMPLER
For the SAVED LOOP i want the display when i press 2 times on ROLL SHIFT
If someone can help for the script Thx in Advance
发表时间 Wed 06 Jul 16 @ 8:46 am
Hi everybody
i have started to find a solution, but there is a mistake, i have put the script like on the picture.

but it works only on the left Deck. How can i do to have the display on both decks or depending on which deck is the active Deck ?
I 've notice too that my hotcue on the S9 pad are red and not the color i have choose .
Thx
i have started to find a solution, but there is a mistake, i have put the script like on the picture.

but it works only on the left Deck. How can i do to have the display on both decks or depending on which deck is the active Deck ?
I 've notice too that my hotcue on the S9 pad are red and not the color i have choose .
Thx
发表时间 Tue 12 Jul 16 @ 5:57 pm
you need something like ..
... & deck left pad_page 'hotcues' & deck right pad_page 'hotcues'
... & deck left pad_page 'hotcues' & deck right pad_page 'hotcues'
发表时间 Tue 12 Jul 16 @ 8:24 pm
Thx Dad
I've tried this and it works only on the right deck now
I've tried this and it works only on the right deck now
发表时间 Tue 12 Jul 16 @ 9:53 pm
Also you will have to change the mapping on all PAD buttons with the new "pad" action
So:
ROLL_PAD1 button that on your mapper now is mapped as "loop_roll 0.03125" needs to be remapped as "pad 1"
The LED of the same button (LED_ROLL_PAD1) needs to be remapped as well to "pad_button_color 1"
On the same manner SHIFT_ROLL_PAD1 needs to be remapped to "padshift 1" and finally
LED_SHIFT_ROLL_PAD1 needs to be remapped to "pad_button_color 1"
As I said you'll have to remap ALL XXX_PADX buttons and leds. Otherwise even if you change the pad pages the buttons will still perform their assigned actions and not what you see on the pad page.
So:
ROLL_PAD1 button that on your mapper now is mapped as "loop_roll 0.03125" needs to be remapped as "pad 1"
The LED of the same button (LED_ROLL_PAD1) needs to be remapped as well to "pad_button_color 1"
On the same manner SHIFT_ROLL_PAD1 needs to be remapped to "padshift 1" and finally
LED_SHIFT_ROLL_PAD1 needs to be remapped to "pad_button_color 1"
As I said you'll have to remap ALL XXX_PADX buttons and leds. Otherwise even if you change the pad pages the buttons will still perform their assigned actions and not what you see on the pad page.
发表时间 Tue 12 Jul 16 @ 10:37 pm