hi everybody-
a quick question :
when i am running a custom mapper on my ddj-rr i cannot change the pad order : lets say pad 1 is hotcues & pad 2 is slicer on my controller. I want to have the pad 2 to be stems.
I somehow remember that you can do this only on the default mapper (for some reason i do not remember..)
Is there a way for this to be done on a custom mapper ?
thanks in advance
a quick question :
when i am running a custom mapper on my ddj-rr i cannot change the pad order : lets say pad 1 is hotcues & pad 2 is slicer on my controller. I want to have the pad 2 to be stems.
I somehow remember that you can do this only on the default mapper (for some reason i do not remember..)
Is there a way for this to be done on a custom mapper ?
thanks in advance
Inviato Thu 10 Nov 22 @ 10:51 pm
...anybody ?
probably everybody is busy with stems 2.0.
probably everybody is busy with stems 2.0.
Inviato Sun 13 Nov 22 @ 4:25 pm
romeodan wrote :
Is there a way for this to be done on a custom mapper ?
Is there a way for this to be done on a custom mapper ?
On your custom mapper your PAD MODE buttons must be mapped as "pad_page 1" "pad_page 2" e.t.c.
Then you can use the GUI to assign pages on each pad mode button
Inviato Sun 13 Nov 22 @ 6:01 pm
thanks for the reply
so you mean that for example
<map value="PAD_MODE_SAMPLER" action="pad_page 'sampler'" / should be "pad_page 1"
and
<map value="PAD_MODE_HOTCUE" action="pad_page 'hotcues'" /> should be "pad_page 2"
etc
is that correct ?
so you mean that for example
<map value="PAD_MODE_SAMPLER" action="pad_page 'sampler'" / should be "pad_page 1"
and
<map value="PAD_MODE_HOTCUE" action="pad_page 'hotcues'" /> should be "pad_page 2"
etc
is that correct ?
Inviato Mon 14 Nov 22 @ 7:46 pm
Yes. However, for most controllers I'm aware, HOTCUE would be pad_page 1 and SAMPLER would be pad_page 4
Anyway, just number them from left to right in the order they appear on your controller.
This will ensure proper page assignment.
Anyway, just number them from left to right in the order they appear on your controller.
This will ensure proper page assignment.
Inviato Tue 15 Nov 22 @ 1:40 am
understood !
thank you !
i will try it.
thank you !
i will try it.
Inviato Tue 15 Nov 22 @ 4:54 am
one more question :
do i also have to change the LED_PAD_MODE_HOTCUE etc for the led's to work correctly ?
do i also have to change the LED_PAD_MODE_HOTCUE etc for the led's to work correctly ?
Inviato Mon 28 Nov 22 @ 12:20 pm
Yes.
Just check the original mapping and change accordingly.
Typical mappings are pad_page 1 or pad_page 4 ? blink : pad_page 1 depending on your controller.
Just check the original mapping and change accordingly.
Typical mappings are pad_page 1 or pad_page 4 ? blink : pad_page 1 depending on your controller.
Inviato Mon 28 Nov 22 @ 1:35 pm
I am on a ddj rr pioneer controller.
So just to get it right :
These are the lines that I would have to change :
<map value="PAD_MODE_HOTCUE" action="pad_page 'hotcues'" />
<map value="PAD_MODE_PADFX1" action="pad_page 'Loop Roll'" />
<map value="PAD_MODE_SLICER" action="pad_page 'slicer'" />
<map value="PAD_MODE_SAMPLER" action="pad_page 'sampler'" />
In to :
<map value="pad_page 1" action="pad_page 'hotcues'" />
<map value="pad_page 2" action="pad_page 'Loop Roll'" />
<map value="pad_page 3" action="pad_page 'slicer'" />
<map value="pad_page 4" action="pad_page 'sampler'" />
And these values :
<map value="LED_PAD_MODE_HOTCUE" action="pad_page 'hotcues' ? color 'red'" />
<map value="LED_PAD_MODE_PADFX1" action="pad_page 'Loop Roll' ? color 'cyan'" />
<map value="LED_PAD_MODE_SLICER" action="pad_page 'slicer' ? color 'magenta'" />
<map value="LED_PAD_MODE_SAMPLER" action="pad_page 'sampler' ? color 'violet'" />
In to what ? :
To something Like this ?
<map value="LED_PAD_MODE_ pad_page 1" action="pad_page 'hotcues' ? color 'red'" />
<map value="LED_PAD_MODE_ pad_page 2" action="pad_page 'Loop Roll' ? color 'cyan'" />
<map value="LED_PAD_MODE_ pad_page 3" action="pad_page 'slicer' ? color 'magenta'" />
<map value="LED_PAD_MODE_ pad_page 4" action="pad_page 'sampler' ? color 'violet'" />
Is that correct ?
Or am I doing something wrong ?
Thanks for the help
So just to get it right :
These are the lines that I would have to change :
<map value="PAD_MODE_HOTCUE" action="pad_page 'hotcues'" />
<map value="PAD_MODE_PADFX1" action="pad_page 'Loop Roll'" />
<map value="PAD_MODE_SLICER" action="pad_page 'slicer'" />
<map value="PAD_MODE_SAMPLER" action="pad_page 'sampler'" />
In to :
<map value="pad_page 1" action="pad_page 'hotcues'" />
<map value="pad_page 2" action="pad_page 'Loop Roll'" />
<map value="pad_page 3" action="pad_page 'slicer'" />
<map value="pad_page 4" action="pad_page 'sampler'" />
And these values :
<map value="LED_PAD_MODE_HOTCUE" action="pad_page 'hotcues' ? color 'red'" />
<map value="LED_PAD_MODE_PADFX1" action="pad_page 'Loop Roll' ? color 'cyan'" />
<map value="LED_PAD_MODE_SLICER" action="pad_page 'slicer' ? color 'magenta'" />
<map value="LED_PAD_MODE_SAMPLER" action="pad_page 'sampler' ? color 'violet'" />
In to what ? :
To something Like this ?
<map value="LED_PAD_MODE_ pad_page 1" action="pad_page 'hotcues' ? color 'red'" />
<map value="LED_PAD_MODE_ pad_page 2" action="pad_page 'Loop Roll' ? color 'cyan'" />
<map value="LED_PAD_MODE_ pad_page 3" action="pad_page 'slicer' ? color 'magenta'" />
<map value="LED_PAD_MODE_ pad_page 4" action="pad_page 'sampler' ? color 'violet'" />
Is that correct ?
Or am I doing something wrong ?
Thanks for the help
Inviato Mon 28 Nov 22 @ 11:39 pm
You should change
<map value="PAD_MODE_HOTCUE" action="pad_page 'hotcues'" />
<map value="PAD_MODE_PADFX1" action="pad_page 'Loop Roll'" />
<map value="PAD_MODE_SLICER" action="pad_page 'slicer'" />
<map value="PAD_MODE_SAMPLER" action="pad_page 'sampler'" />
To :
<map value="PAD_MODE_HOTCUE" action="pad_page 1" />
<map value="PAD_MODE_PADFX1" action="pad_page 2" />
<map value="PAD_MODE_SLICER" action="pad_page 3" />
<map value="PAD_MODE_SAMPLER" action="pad_page 4" />
And
<map value="LED_PAD_MODE_HOTCUE" action="pad_page 'hotcues' ? color 'red'" />
<map value="LED_PAD_MODE_PADFX1" action="pad_page 'Loop Roll' ? color 'cyan'" />
<map value="LED_PAD_MODE_SLICER" action="pad_page 'slicer' ? color 'magenta'" />
<map value="LED_PAD_MODE_SAMPLER" action="pad_page 'sampler' ? color 'violet'" />
To:
<map value="LED_PAD_MODE_HOTCUE" action="pad_page 1 ? color 'red'" />
<map value="LED_PAD_MODE_PADFX1" action="pad_page 2 ? color 'cyan'" />
<map value="LED_PAD_MODE_SLICER" action="pad_page 3 ? color 'magenta'" />
<map value="LED_PAD_MODE_SAMPLER" action="pad_page 4 ? color 'violet'" />
<map value="PAD_MODE_HOTCUE" action="pad_page 'hotcues'" />
<map value="PAD_MODE_PADFX1" action="pad_page 'Loop Roll'" />
<map value="PAD_MODE_SLICER" action="pad_page 'slicer'" />
<map value="PAD_MODE_SAMPLER" action="pad_page 'sampler'" />
To :
<map value="PAD_MODE_HOTCUE" action="pad_page 1" />
<map value="PAD_MODE_PADFX1" action="pad_page 2" />
<map value="PAD_MODE_SLICER" action="pad_page 3" />
<map value="PAD_MODE_SAMPLER" action="pad_page 4" />
And
<map value="LED_PAD_MODE_HOTCUE" action="pad_page 'hotcues' ? color 'red'" />
<map value="LED_PAD_MODE_PADFX1" action="pad_page 'Loop Roll' ? color 'cyan'" />
<map value="LED_PAD_MODE_SLICER" action="pad_page 'slicer' ? color 'magenta'" />
<map value="LED_PAD_MODE_SAMPLER" action="pad_page 'sampler' ? color 'violet'" />
To:
<map value="LED_PAD_MODE_HOTCUE" action="pad_page 1 ? color 'red'" />
<map value="LED_PAD_MODE_PADFX1" action="pad_page 2 ? color 'cyan'" />
<map value="LED_PAD_MODE_SLICER" action="pad_page 3 ? color 'magenta'" />
<map value="LED_PAD_MODE_SAMPLER" action="pad_page 4 ? color 'violet'" />
Inviato Tue 29 Nov 22 @ 1:01 am
Thank you very much George !
I am amazed every time by the support (global & local) in this forum for its members !
support : one of the best selling points ( after the amazing software off course among everything else ! ) in Virtual Dj software.
I am amazed every time by the support (global & local) in this forum for its members !
support : one of the best selling points ( after the amazing software off course among everything else ! ) in Virtual Dj software.
Inviato Tue 29 Nov 22 @ 4:55 am
Comment fait-on pour déverrouiller un contrôleur avec la licence pro ?
Inviato Tue 29 Nov 22 @ 5:22 pm