I have a Rane Sixty Four I’m trying to map. I’m using this script on two buttons (one on deck 3 of the mixer one on deck four). I included an image of mixer
device_side left ? deck 3 clone_from_deck 1 & ldeck 1 stop
device_side right ? deck 4 clone_from_deck 2 & ldeck 2 stop
The problem I’m having is that when I map both buttons, they both end up doing the same function. Is there any script that can solve this problem?
device_side left ? deck 3 clone_from_deck 1 & ldeck 1 stop
device_side right ? deck 4 clone_from_deck 2 & ldeck 2 stop
The problem I’m having is that when I map both buttons, they both end up doing the same function. Is there any script that can solve this problem?
Mensajes Fri 27 Sep 24 @ 3:27 am
device_side left ? deck 3 clone_from_deck 1 & deck 1 stop : device_side right ? deck 4 clone_from_deck 2 & deck 2 stop
Mensajes Fri 27 Sep 24 @ 4:22 am
Thanks for the reply.
So I mapped the left side button as…
device_side left ? deck 3 clone_from_deck 1 & deck 1 stop
And the right side button as…
device_side right ? deck 4 clone_from_deck 2 & deck 2 stop
When I’m done mapping, both buttons only do one function . So, if….
device_side right ? deck 4 clone_from_deck 2 & deck 2 stop was the last mapping I set, both buttons will do only that function.
So I mapped the left side button as…
device_side left ? deck 3 clone_from_deck 1 & deck 1 stop
And the right side button as…
device_side right ? deck 4 clone_from_deck 2 & deck 2 stop
When I’m done mapping, both buttons only do one function . So, if….
device_side right ? deck 4 clone_from_deck 2 & deck 2 stop was the last mapping I set, both buttons will do only that function.
Mensajes Fri 27 Sep 24 @ 6:04 am
One other question. Is it possible to rename mapping buttons? I think the problem my be when I press both buttons to remap them, they both have the same name lets say “layer 4 button 4” but on the hardware, the left side button is on deck 3 and the right side button is on deck 4. So would it be possible to rename the buttons “layer 4 button 4 deck 4” and “layer 4 button 4 deck 3” ?
Mensajes Fri 27 Sep 24 @ 6:18 am
they should map as one button, what is the button named as in mapping?
you could also try [use the whole thing don't split it]
you could also try [use the whole thing don't split it]
action_deck 1 ? deck 3 clone_from_deck 1 & deck 1 stop : action_deck 2 ? deck 4 clone_from_deck 2 & deck 2 stop :
Mensajes Fri 27 Sep 24 @ 6:22 am
Both buttons are named:
LAYER4_BUT4
I was wondering if it was possible to rename each button as:
LAYER4_BUT4 deck 3
and
LAYER4_BUT4 decl 4
or something similar.
I’ll try this script later today and see if I can get it working.
LAYER4_BUT4
I was wondering if it was possible to rename each button as:
LAYER4_BUT4 deck 3
and
LAYER4_BUT4 decl 4
or something similar.
I’ll try this script later today and see if I can get it working.
Mensajes Fri 27 Sep 24 @ 5:55 pm
you can't redefine button names unless you create a definition file for the whole device.
[Which is quite an undertaking]
[Which is quite an undertaking]
Mensajes Fri 27 Sep 24 @ 6:25 pm