thanks
发表时间 Wed 25 Mar 15 @ 9:13 am
I have no control over my slicer. it is in overdrive. why?????
发表时间 Fri 27 Mar 15 @ 7:10 pm
For the slicer try the following in the mapper:
<!-- Pads: Slicer -->
<map value="SLICER_PAD1" action="get beat_num 1 8 ? nothing : get beat_num 2 8 ? goto -1 : get beat_num 3 8 ? goto -2 : get beat_num 4 8 ? goto -3 : get beat_num 5 8 ? goto -4 : get beat_num 6 8 ? goto -5 : get beat_num 7 8 ? goto -6 : get beat_num 8 8 ? goto -7" />
<map value="SLICER_PAD2" action="get beat_num 1 8 ? goto +1 : get beat_num 2 8 ? nothing : get beat_num 3 8 ? goto -1 : get beat_num 4 8 ? goto -2 : get beat_num 5 8 ? goto -3 : get beat_num 6 8 ? goto -4 : get beat_num 7 8 ? goto -5 : get beat_num 8 8 ? goto -6" />
<map value="SLICER_PAD3" action="get beat_num 1 8 ? goto +2 : get beat_num 2 8 ? goto +1 : get beat_num 3 8 ? nothing : get beat_num 4 8 ? goto -1 : get beat_num 5 8 ? goto -2 : get beat_num 6 8 ? goto -3 : get beat_num 7 8 ? goto -4 : get beat_num 8 8 ? goto -5" />
<map value="SLICER_PAD4" action="get beat_num 1 8 ? goto +3 : get beat_num 2 8 ? goto +2 : get beat_num 3 8 ? goto +1 : get beat_num 4 8 ? nothing : get beat_num 5 8 ? goto -1 : get beat_num 6 8 ? goto -2 : get beat_num 7 8 ? goto -3 : get beat_num 8 8 ? goto -4" />
<map value="SLICER_PAD5" action="get beat_num 1 8 ? goto +4 : get beat_num 2 8 ? goto +3 : get beat_num 3 8 ? goto +2 : get beat_num 4 8 ? goto +1 : get beat_num 5 8 ? nothing : get beat_num 6 8 ? goto -1 : get beat_num 7 8 ? goto -2 : get beat_num 8 8 ? goto -3" />
<map value="SLICER_PAD6" action="get beat_num 1 8 ? goto +5 : get beat_num 2 8 ? goto +4 : get beat_num 3 8 ? goto +3 : get beat_num 4 8 ? goto +2 : get beat_num 5 8 ? goto +1 : get beat_num 6 8 ? nothing : get beat_num 7 8 ? goto -1 : get beat_num 8 8 ? goto -2" />
<map value="SLICER_PAD7" action="get beat_num 1 8 ? goto +6 : get beat_num 2 8 ? goto +5 : get beat_num 3 8 ? goto +4 : get beat_num 4 8 ? goto +3 : get beat_num 5 8 ? goto +2 : get beat_num 6 8 ? goto +1 : get beat_num 7 8 ? nothing : get beat_num 8 8 ? goto -1" />
<map value="SLICER_PAD8" action="get beat_num 1 8 ? goto +7 : get beat_num 2 8 ? goto +6 : get beat_num 3 8 ? goto +5 : get beat_num 4 8 ? goto +4 : get beat_num 5 8 ? goto +3 : get beat_num 6 8 ? goto +2 : get beat_num 7 8 ? goto +1 : get beat_num 8 8 ? nothing" />
<map value="LED_SLICER_PAD1" action="get beat_num 1 8 ? get_constant '255,0,0' : get_constant '0,0,0'" />
<map value="LED_SLICER_PAD2" action="get beat_num 2 8 ? get_constant '255,0,0' : get_constant '0,0,0'" />
<map value="LED_SLICER_PAD3" action="get beat_num 3 8 ? get_constant '255,0,0' : get_constant '0,0,0'" />
<map value="LED_SLICER_PAD4" action="get beat_num 4 8 ? get_constant '255,0,0' : get_constant '0,0,0'" />
<map value="LED_SLICER_PAD5" action="get beat_num 5 8 ? get_constant '255,0,0' : get_constant '0,0,0'" />
<map value="LED_SLICER_PAD6" action="get beat_num 6 8 ? get_constant '255,0,0' : get_constant '0,0,0'" />
<map value="LED_SLICER_PAD7" action="get beat_num 7 8 ? get_constant '255,0,0' : get_constant '0,0,0'" />
<map value="LED_SLICER_PAD8" action="get beat_num 8 8 ? get_constant '255,0,0' : get_constant '0,0,0'" />
<!-- Pads: Slicer -->
<map value="SLICER_PAD1" action="get beat_num 1 8 ? nothing : get beat_num 2 8 ? goto -1 : get beat_num 3 8 ? goto -2 : get beat_num 4 8 ? goto -3 : get beat_num 5 8 ? goto -4 : get beat_num 6 8 ? goto -5 : get beat_num 7 8 ? goto -6 : get beat_num 8 8 ? goto -7" />
<map value="SLICER_PAD2" action="get beat_num 1 8 ? goto +1 : get beat_num 2 8 ? nothing : get beat_num 3 8 ? goto -1 : get beat_num 4 8 ? goto -2 : get beat_num 5 8 ? goto -3 : get beat_num 6 8 ? goto -4 : get beat_num 7 8 ? goto -5 : get beat_num 8 8 ? goto -6" />
<map value="SLICER_PAD3" action="get beat_num 1 8 ? goto +2 : get beat_num 2 8 ? goto +1 : get beat_num 3 8 ? nothing : get beat_num 4 8 ? goto -1 : get beat_num 5 8 ? goto -2 : get beat_num 6 8 ? goto -3 : get beat_num 7 8 ? goto -4 : get beat_num 8 8 ? goto -5" />
<map value="SLICER_PAD4" action="get beat_num 1 8 ? goto +3 : get beat_num 2 8 ? goto +2 : get beat_num 3 8 ? goto +1 : get beat_num 4 8 ? nothing : get beat_num 5 8 ? goto -1 : get beat_num 6 8 ? goto -2 : get beat_num 7 8 ? goto -3 : get beat_num 8 8 ? goto -4" />
<map value="SLICER_PAD5" action="get beat_num 1 8 ? goto +4 : get beat_num 2 8 ? goto +3 : get beat_num 3 8 ? goto +2 : get beat_num 4 8 ? goto +1 : get beat_num 5 8 ? nothing : get beat_num 6 8 ? goto -1 : get beat_num 7 8 ? goto -2 : get beat_num 8 8 ? goto -3" />
<map value="SLICER_PAD6" action="get beat_num 1 8 ? goto +5 : get beat_num 2 8 ? goto +4 : get beat_num 3 8 ? goto +3 : get beat_num 4 8 ? goto +2 : get beat_num 5 8 ? goto +1 : get beat_num 6 8 ? nothing : get beat_num 7 8 ? goto -1 : get beat_num 8 8 ? goto -2" />
<map value="SLICER_PAD7" action="get beat_num 1 8 ? goto +6 : get beat_num 2 8 ? goto +5 : get beat_num 3 8 ? goto +4 : get beat_num 4 8 ? goto +3 : get beat_num 5 8 ? goto +2 : get beat_num 6 8 ? goto +1 : get beat_num 7 8 ? nothing : get beat_num 8 8 ? goto -1" />
<map value="SLICER_PAD8" action="get beat_num 1 8 ? goto +7 : get beat_num 2 8 ? goto +6 : get beat_num 3 8 ? goto +5 : get beat_num 4 8 ? goto +4 : get beat_num 5 8 ? goto +3 : get beat_num 6 8 ? goto +2 : get beat_num 7 8 ? goto +1 : get beat_num 8 8 ? nothing" />
<map value="LED_SLICER_PAD1" action="get beat_num 1 8 ? get_constant '255,0,0' : get_constant '0,0,0'" />
<map value="LED_SLICER_PAD2" action="get beat_num 2 8 ? get_constant '255,0,0' : get_constant '0,0,0'" />
<map value="LED_SLICER_PAD3" action="get beat_num 3 8 ? get_constant '255,0,0' : get_constant '0,0,0'" />
<map value="LED_SLICER_PAD4" action="get beat_num 4 8 ? get_constant '255,0,0' : get_constant '0,0,0'" />
<map value="LED_SLICER_PAD5" action="get beat_num 5 8 ? get_constant '255,0,0' : get_constant '0,0,0'" />
<map value="LED_SLICER_PAD6" action="get beat_num 6 8 ? get_constant '255,0,0' : get_constant '0,0,0'" />
<map value="LED_SLICER_PAD7" action="get beat_num 7 8 ? get_constant '255,0,0' : get_constant '0,0,0'" />
<map value="LED_SLICER_PAD8" action="get beat_num 8 8 ? get_constant '255,0,0' : get_constant '0,0,0'" />
发表时间 Fri 27 Mar 15 @ 11:20 pm
Additionally add/change the following
<!-- Pad modes -->
<map value="PAD_MODE_HOTCUE" action="set "padmode" 0" />
<map value="PAD_MODE_ROLL" action="set "padmode" 1" />
<map value="PAD_MODE_SLICER" action="set "padmode" 2" />
<map value="PAD_MODE_SAMPLER" action="set "padmode" 3" />
<map value="LED_PAD_MODE_HOTCUE" action="var_equal "padmode" 0 ? on : off" />
<map value="LED_PAD_MODE_ROLL" action="var_equal "padmode" 1 ? on : off" />
<map value="LED_PAD_MODE_SLICER" action="var_equal "padmode" 2 ? on : off" />
<map value="LED_PAD_MODE_SAMPLER" action="var_equal "padmode" 3 ? on : off" />
<!-- Pad modes -->
<map value="PAD_MODE_HOTCUE" action="set "padmode" 0" />
<map value="PAD_MODE_ROLL" action="set "padmode" 1" />
<map value="PAD_MODE_SLICER" action="set "padmode" 2" />
<map value="PAD_MODE_SAMPLER" action="set "padmode" 3" />
<map value="LED_PAD_MODE_HOTCUE" action="var_equal "padmode" 0 ? on : off" />
<map value="LED_PAD_MODE_ROLL" action="var_equal "padmode" 1 ? on : off" />
<map value="LED_PAD_MODE_SLICER" action="var_equal "padmode" 2 ? on : off" />
<map value="LED_PAD_MODE_SAMPLER" action="var_equal "padmode" 3 ? on : off" />
发表时间 Fri 27 Mar 15 @ 11:33 pm
I've just bought a ddj sx2 controller and I'm not liking serato it comes with....will this software (vdj8) work with with my controler or not??? Many thanks Jonty
发表时间 Fri 03 Apr 15 @ 7:56 am
Yes, VirtualDj 8 works with Pioneer DDJ SX 2
发表时间 Fri 03 Apr 15 @ 8:02 am
I've just tried it on the demo version and it works but my hot cues are all blue for some reason is this norm?
发表时间 Fri 03 Apr 15 @ 12:31 pm
VirtualDJ doesnt support colored Hotcues yet. This may be added in the near future. You could color the PADS to whatever color you want of course, but you will not be able to see those colors on the Skin, so since this would not be much helpful, we left them to a single color for now.
发表时间 Fri 03 Apr 15 @ 3:35 pm
Oh cool how do I change the colours then I don't mind not see ing them on the skin just the controller :-)
发表时间 Fri 03 Apr 15 @ 5:01 pm
Page 6 of this topic. 1st post of mine
发表时间 Fri 03 Apr 15 @ 5:13 pm
WOW I'm lost lol
发表时间 Sat 04 Apr 15 @ 1:17 am
EDIT: Now working as expected, nothing changed just restarted VDJ 3 times since last test... No insallation updates!!! WEIRD!
Hey All, Just got SX2 Tuesday.
Had first gig Saturday just gone and found a BUG not already mentioned.
LoadSecurity option is not being obeyed when SX2 connected.
I have LoadSecurity set to yes.
When controller is connected and a song playing on Deck (A/1) i can load a track on top using controller load and physically drag and drop track from browser with no warning prompt.
Tested without controllerconnected and works as expected, warning prompt appears
Will keep testing and hopefull giving useful BUG information
Cheers
Hey All, Just got SX2 Tuesday.
Had first gig Saturday just gone and found a BUG not already mentioned.
LoadSecurity option is not being obeyed when SX2 connected.
I have LoadSecurity set to yes.
When controller is connected and a song playing on Deck (A/1) i can load a track on top using controller load and physically drag and drop track from browser with no warning prompt.
Tested without controllerconnected and works as expected, warning prompt appears
Will keep testing and hopefull giving useful BUG information
Cheers
发表时间 Sun 05 Apr 15 @ 6:15 am
@MB, what skin are you using when experiencing this?
There was an issue with the security caused by having layered dropzones on skins, which was supposed to be fixed in a later build.
If the skin only has one dropzone per deck then it shouldn't apply.
There was an issue with the security caused by having layered dropzones on skins, which was supposed to be fixed in a later build.
If the skin only has one dropzone per deck then it shouldn't apply.
发表时间 Sun 05 Apr 15 @ 7:13 am
groovindj wrote :
@MB, what skin are you using when experiencing this?
There was an issue with the security caused by having layered dropzones on skins, which was supposed to be fixed in a later build.
If the skin only has one dropzone per deck then it shouldn't apply.
There was an issue with the security caused by having layered dropzones on skins, which was supposed to be fixed in a later build.
If the skin only has one dropzone per deck then it shouldn't apply.
Using the default VDJ8 Skin, 2 deck setting.
And as off last night i have to retract my fixed statement, happened again and couldn't get a workaround.
Worked very carefully last night lol
:)
发表时间 Mon 06 Apr 15 @ 7:43 am
Hi Guys,
i am looking to buy a DDJ SX or DDJ SX2.
ideally i would like to be able to use the rock solid VDJ7.4 as well as VDJ8 when the bugs get ironed out.
is it possible to use the DDJ SX2 with VDJ7.4? are there current good mappers for it (ones that compliment the layout and functions presented on the hardware)?
or am i going to have to opt for the DDJ SX? also is there native mappers already built in to VDJ7.4 for this model?
I'm probably going over old ground here guys and i genuinely apologise but i feel more puzzled now than i did when i first started looking into this.
VDJ8 has been good but also had some issues with it crashing hence the reason to be able to use VDJ7.4.
thanks in advance for your help with this.
Iain
i am looking to buy a DDJ SX or DDJ SX2.
ideally i would like to be able to use the rock solid VDJ7.4 as well as VDJ8 when the bugs get ironed out.
is it possible to use the DDJ SX2 with VDJ7.4? are there current good mappers for it (ones that compliment the layout and functions presented on the hardware)?
or am i going to have to opt for the DDJ SX? also is there native mappers already built in to VDJ7.4 for this model?
I'm probably going over old ground here guys and i genuinely apologise but i feel more puzzled now than i did when i first started looking into this.
VDJ8 has been good but also had some issues with it crashing hence the reason to be able to use VDJ7.4.
thanks in advance for your help with this.
Iain
发表时间 Wed 08 Apr 15 @ 9:55 am
DDJ SX works on VDJ7.4.1 as I have used it
DDJ SX2 doesn't, but I havnt tried it, just what I have been told
DDJ SX2 doesn't, but I havnt tried it, just what I have been told
发表时间 Wed 08 Apr 15 @ 10:33 am
No-one has created a SX2 mapper for VDJ 7.x and Atomix won't be doing it. They have said it's up to the community to provide one.
I have been using the SX2 with VDJ8 since it came out, and apart from the slightly inaccurate gain levels it's been rock solid. Must be something to do with your laptop or configuration causing the crashing as VDJ8 is very stable now.
Keith
I have been using the SX2 with VDJ8 since it came out, and apart from the slightly inaccurate gain levels it's been rock solid. Must be something to do with your laptop or configuration causing the crashing as VDJ8 is very stable now.
Keith
发表时间 Wed 08 Apr 15 @ 2:01 pm
Hi guys
Thanks for your input.
Keith, I'm running a MacBook pro that's well spec'd and very stable.
Truth be told vdj8 crashes once. All I had to do was delete the setup file and reload and it worked again.
Just conscious that DDJSx can run well on either version of the software so ultimately should be more stable/reliable.
Would be great to get sx2 working on 7.4. I'm sure there must be a lot of guys out there wishing this. Just wish I had the knowledge to put the mapper together.
Cheers
Iain
Thanks for your input.
Keith, I'm running a MacBook pro that's well spec'd and very stable.
Truth be told vdj8 crashes once. All I had to do was delete the setup file and reload and it worked again.
Just conscious that DDJSx can run well on either version of the software so ultimately should be more stable/reliable.
Would be great to get sx2 working on 7.4. I'm sure there must be a lot of guys out there wishing this. Just wish I had the knowledge to put the mapper together.
Cheers
Iain
发表时间 Wed 08 Apr 15 @ 2:17 pm
Ah, sorry, I was talking about VDJ8 on Windows. From what I have read the Mac version still has some issues with stability.
发表时间 Wed 08 Apr 15 @ 3:03 pm
I think I will be going for the ddj sx. There doesn't seem to be much more on the sx2 to bother me.
Should I download any specific mapper files guys?
Iain
Should I download any specific mapper files guys?
Iain
发表时间 Wed 08 Apr 15 @ 5:07 pm