when I switch my 8pads from hot cues to sampler, both sides switch, how can I have it that each side works independent. Sorry..I have a vci400 and vdj 8. I'm talking about the 8 performance pads above the jogs (where they're supposed to be), and I'm using the shift button above them to toggle between cue and sampler.
geposted Tue 03 Feb 15 @ 8:59 am
do you use the default mapper ?
geposted Tue 03 Feb 15 @ 12:01 pm
yeah with some customizing
geposted Tue 03 Feb 15 @ 8:06 pm
Both SHIFT buttons of the VCI-400 send the same MIDI note at the same channel, so your assigned action will apply on both sides.
You will need to use a different button for your mode changes.
You will need to use a different button for your mode changes.
geposted Tue 03 Feb 15 @ 10:03 pm
So what's this with the slicer
Help Please.
I'm using vci400 dj advanced 1.1 mapping
geposted Tue 03 Feb 15 @ 11:59 pm
Cioce or Loco dog wanna help me edit this mapper it's perfect except, I want mode3 on the performance pads to handle the sampler., and in mode2 I want the loop on top 4 and loop roll on bottom 4. So that's
Mode1..cues
mode2..loops/loop roll
Mode3..sampler
mode4..slicer
I have other and I will use mappings Loco dog helped me with before...
but other than the problem in the video and these personal changes this mapping is hot...
Mode1..cues
mode2..loops/loop roll
Mode3..sampler
mode4..slicer
I have other and I will use mappings Loco dog helped me with before...
but other than the problem in the video and these personal changes this mapping is hot...
geposted Wed 04 Feb 15 @ 12:59 am
Sorry my phone is double posting
geposted Wed 04 Feb 15 @ 1:04 am
Video is set to private.
geposted Wed 04 Feb 15 @ 11:49 pm
Public now
geposted Thu 05 Feb 15 @ 3:20 am
Bump
geposted Thu 05 Feb 15 @ 3:19 pm
Ok I figured with some research this mapping cases the malfunction, but don't understand script so well, so can I get some advice with creating my on mapping..ok I'm using mode buttons to create 4 modes - cue, loop/looproll,sampler,slicer.
Is there someone that can help me write this code for the 8 performance pads.
Is there someone that can help me write this code for the 8 performance pads.
geposted Fri 06 Feb 15 @ 4:19 am
These is where im at, 4 modes cue, loop/loop roll, sampler, slicer. But delete cue not working, loop in-out not working, LED's not working. Sampler and Slicer are working but not the led's. where am I going wrong?
geposted Sun 08 Feb 15 @ 3:40 am
Help me please, I think I'm making it worse
geposted Sun 08 Feb 15 @ 7:17 pm
In order to help you, you need to let us know what you're trying to achieve...
First of all:
Mode1=set 'mode' 0
Is that for hot_cues ?
Then you have
Mode3=set 'mode' 3 & loop 8
If mode 3 is slicer, why do you activate a loop when you swich to it ?
Finally the correct syntax for your pads should be:
PAD1=var_equal 'mode' 1 ? loop_in : var_equal 'mode' 2 ? sampler 1 play_stutter : var_equal 'mode' 3 ? slicer 1 : var_equal 'mode' 0 ? var '$shift' ? delete_cue 1 : hot_cue 1 : nothing
And for the leds it should be:
LED_PAD1=var_equal 'mode' 1 ? loop_in : var_equal 'mode' 2 ? sampler_pad 1 : var_equal 'mode' 3 ? slicer 1 : var_equal 'mode' 0 ? hot_cue 1 : off
First of all:
Mode1=set 'mode' 0
Is that for hot_cues ?
Then you have
Mode3=set 'mode' 3 & loop 8
If mode 3 is slicer, why do you activate a loop when you swich to it ?
Finally the correct syntax for your pads should be:
PAD1=var_equal 'mode' 1 ? loop_in : var_equal 'mode' 2 ? sampler 1 play_stutter : var_equal 'mode' 3 ? slicer 1 : var_equal 'mode' 0 ? var '$shift' ? delete_cue 1 : hot_cue 1 : nothing
And for the leds it should be:
LED_PAD1=var_equal 'mode' 1 ? loop_in : var_equal 'mode' 2 ? sampler_pad 1 : var_equal 'mode' 3 ? slicer 1 : var_equal 'mode' 0 ? hot_cue 1 : off
geposted Mon 09 Feb 15 @ 5:12 am
Freeze/slicer, it's a traktor thing I come to like. The whole thread explains what I'm trying to achieve...
geposted Mon 09 Feb 15 @ 7:09 am
PhantomDeejay wrote :
In order to help you, you need to let us know what you're trying to achieve...
First of all:
Mode1=set 'mode' 0
Is that for hot_cues ?
Then you have
Mode3=set 'mode' 3 & loop 8
If mode 3 is slicer, why do you activate a loop when you swich to it ?
Finally the correct syntax for your pads should be:
PAD1=var_equal 'mode' 1 ? loop_in : var_equal 'mode' 2 ? sampler 1 play_stutter : var_equal 'mode' 3 ? slicer 1 : var_equal 'mode' 0 ? var '$shift' ? delete_cue 1 : hot_cue 1 : nothing
And for the leds it should be:
LED_PAD1=var_equal 'mode' 1 ? loop_in : var_equal 'mode' 2 ? sampler_pad 1 : var_equal 'mode' 3 ? slicer 1 : var_equal 'mode' 0 ? hot_cue 1 : off
First of all:
Mode1=set 'mode' 0
Is that for hot_cues ?
Then you have
Mode3=set 'mode' 3 & loop 8
If mode 3 is slicer, why do you activate a loop when you swich to it ?
Finally the correct syntax for your pads should be:
PAD1=var_equal 'mode' 1 ? loop_in : var_equal 'mode' 2 ? sampler 1 play_stutter : var_equal 'mode' 3 ? slicer 1 : var_equal 'mode' 0 ? var '$shift' ? delete_cue 1 : hot_cue 1 : nothing
And for the leds it should be:
LED_PAD1=var_equal 'mode' 1 ? loop_in : var_equal 'mode' 2 ? sampler_pad 1 : var_equal 'mode' 3 ? slicer 1 : var_equal 'mode' 0 ? hot_cue 1 : off
Thanks...but the delete cue doesn't delete the cue. but ever thing else is great. I'm also trying to map the encoders above the pads. left on to adjust step and right one to adjust length of the slicer. If I get stuck I'll post it...
geposted Mon 09 Feb 15 @ 5:11 pm
Synthetic can you help me please....
geposted Tue 10 Feb 15 @ 7:16 am
Guess my life lines have been used up
geposted Tue 10 Feb 15 @ 9:38 pm
Thousand reads no help....
geposted Wed 11 Feb 15 @ 7:11 pm





