PhantomDeejay wrote :
If by sound effects you mean noise like "siren", "croud claping" e.t.c. then technically these are samples as well and all you need to do is to create a new sample bank with your favorite ones (you can also add your own)
If you mean that you want to activate sound effects like "flanger", "echo" e.t.c then as Groovin said above you need to modify the mapper. It's not hard to do so.
Open the mappers page in config, locate the sampler pads and replace their current assignment with commands like effect_active 'flanger' or effect_active 'echo' while_pressed
Gregscot1969 wrote :
Is it possible to map the 8 sample pads to various sound effects? Is this not recommended? I don't use Samples.
If by sound effects you mean noise like "siren", "croud claping" e.t.c. then technically these are samples as well and all you need to do is to create a new sample bank with your favorite ones (you can also add your own)
If you mean that you want to activate sound effects like "flanger", "echo" e.t.c then as Groovin said above you need to modify the mapper. It's not hard to do so.
Open the mappers page in config, locate the sampler pads and replace their current assignment with commands like effect_active 'flanger' or effect_active 'echo' while_pressed
Just one question. What would the command be for "LoopOut Flange" to be an on/off. I want to press it once and have the song fade.
发表时间 Thu 21 Jan 16 @ 11:44 pm
Flanged Loop Out is an old plugin that won't work with version 8.
However there's a Loop Out plugin for VirtualDj 8 that you can download and install.
In this case the command to achieve the result you wish would be:
effect_active 'loop out' on & effect_active 'flanger' on
However there's a Loop Out plugin for VirtualDj 8 that you can download and install.
In this case the command to achieve the result you wish would be:
effect_active 'loop out' on & effect_active 'flanger' on
发表时间 Fri 22 Jan 16 @ 7:05 am
I mapped all the effects I wanted to the sample pads. Can you tell me the mapping to give the pad a color when pressed? I keep trying but can't get it right. Thanks! I really appreciate the help.
发表时间 Fri 22 Jan 16 @ 5:39 pm
PhantomDeejay wrote :
Flanged Loop Out is an old plugin that won't work with version 8.
However there's a Loop Out plugin for VirtualDj 8 that you can download and install.
In this case the command to achieve the result you wish would be:
effect_active 'loop out' on & effect_active 'flanger' on
However there's a Loop Out plugin for VirtualDj 8 that you can download and install.
In this case the command to achieve the result you wish would be:
effect_active 'loop out' on & effect_active 'flanger' on
I mapped all the effects I wanted to the sample pads. Can you tell me the mapping to give the pad a color when pressed? I keep trying but can't get it right. Thanks! I really appreciate the help.
发表时间 Fri 22 Jan 16 @ 5:55 pm
It depends.
On most cases you will want to go like this:
effect_active 'flanger' on ? constant 'yellow' : off
If you chained 2 effects in a row you want this:
effect_active 'flanger' on ? effect_active 'loop out' on ? constant '#FF00FF' : off : off
Finally when defining colors you can either use the name of the color "red, green, blue, cyan, magenta, orange, yellow" e.t.c., use their HEX code like #FF0000 which is red, or even use decimals: constant 'R,G,B' where each of the R,G,B can take values from 0 to 255. constant '255,0,0' is the same as constant '#FF0000' or as constant 'red'
On most cases you will want to go like this:
effect_active 'flanger' on ? constant 'yellow' : off
If you chained 2 effects in a row you want this:
effect_active 'flanger' on ? effect_active 'loop out' on ? constant '#FF00FF' : off : off
Finally when defining colors you can either use the name of the color "red, green, blue, cyan, magenta, orange, yellow" e.t.c., use their HEX code like #FF0000 which is red, or even use decimals: constant 'R,G,B' where each of the R,G,B can take values from 0 to 255. constant '255,0,0' is the same as constant '#FF0000' or as constant 'red'
发表时间 Fri 22 Jan 16 @ 7:08 pm
PhantomDeejay wrote :
It depends.
On most cases you will want to go like this:
effect_active 'flanger' on ? constant 'yellow' : off
If you chained 2 effects in a row you want this:
effect_active 'flanger' on ? effect_active 'loop out' on ? constant '#FF00FF' : off : off
Finally when defining colors you can either use the name of the color "red, green, blue, cyan, magenta, orange, yellow" e.t.c., use their HEX code like #FF0000 which is red, or even use decimals: constant 'R,G,B' where each of the R,G,B can take values from 0 to 255. constant '255,0,0' is the same as constant '#FF0000' or as constant 'red'
On most cases you will want to go like this:
effect_active 'flanger' on ? constant 'yellow' : off
If you chained 2 effects in a row you want this:
effect_active 'flanger' on ? effect_active 'loop out' on ? constant '#FF00FF' : off : off
Finally when defining colors you can either use the name of the color "red, green, blue, cyan, magenta, orange, yellow" e.t.c., use their HEX code like #FF0000 which is red, or even use decimals: constant 'R,G,B' where each of the R,G,B can take values from 0 to 255. constant '255,0,0' is the same as constant '#FF0000' or as constant 'red'
Worked perfectly. Thank you.
发表时间 Fri 22 Jan 16 @ 7:26 pm
what do I need to type in the mapping to get it to set the master volume on the SX2 in the software I know it can be done up till i had to restore this mac to a new HD with New OS install and now I can't get the proper line to get it to do it it recognizes the knob in learning as its a volume pod but it will not set that volume pod to assign it to the master when I had My Mixtrack Pro II I just copied the line off ot its master but since I no longer have that I cant copy paste like I did before.
发表时间 Sat 23 Jan 16 @ 1:03 am
The master volume knob in the SX2 is hardware controlled so can't be mapped.
You can set the VDJ software "master" volume using an oninit key so it is set at the same volume all the time when the controller is connected. Just create a new mapping key for ONINIT if it doesn't already exist and enter
master_volume 33%
Or whatever percentage you require.
You can set the VDJ software "master" volume using an oninit key so it is set at the same volume all the time when the controller is connected. Just create a new mapping key for ONINIT if it doesn't already exist and enter
master_volume 33%
Or whatever percentage you require.
发表时间 Sat 23 Jan 16 @ 6:44 am
I'm perplexed because it worked prior to my reinstall with the command line I copied from the Mix Track Pro II. I have all the recent firmware on the controller and it was on there prior to reinstalling as well. I have another question as well but I'll have to post it on a seperate forum post as its about something completely different.
发表时间 Sun 24 Jan 16 @ 11:12 am
One more question for you. For some of the effects I've mapped to the Sample Pads, I want to be able to use dial 1. How would I map this?
发表时间 Tue 26 Jan 16 @ 10:16 pm
PhantomDeejay wrote :
It depends.
On most cases you will want to go like this:
effect_active 'flanger' on ? constant 'yellow' : off
If you chained 2 effects in a row you want this:
effect_active 'flanger' on ? effect_active 'loop out' on ? constant '#FF00FF' : off : off
Finally when defining colors you can either use the name of the color "red, green, blue, cyan, magenta, orange, yellow" e.t.c., use their HEX code like #FF0000 which is red, or even use decimals: constant 'R,G,B' where each of the R,G,B can take values from 0 to 255. constant '255,0,0' is the same as constant '#FF0000' or as constant 'red'
On most cases you will want to go like this:
effect_active 'flanger' on ? constant 'yellow' : off
If you chained 2 effects in a row you want this:
effect_active 'flanger' on ? effect_active 'loop out' on ? constant '#FF00FF' : off : off
Finally when defining colors you can either use the name of the color "red, green, blue, cyan, magenta, orange, yellow" e.t.c., use their HEX code like #FF0000 which is red, or even use decimals: constant 'R,G,B' where each of the R,G,B can take values from 0 to 255. constant '255,0,0' is the same as constant '#FF0000' or as constant 'red'
You've been a great help. I've learned a lot. I have one more question. When I turn on an effect using my Sample Pads, I would like to be able to control Slider 1. What would be the code for this?
发表时间 Wed 27 Jan 16 @ 8:38 pm
After hours of trial and error, I figured it out.
发表时间 Fri 29 Jan 16 @ 6:04 pm
I just realized I hadn't thanked you guys for your help. Thank you.
发表时间 Sun 28 Feb 16 @ 2:58 am
Hi guys... Am having a problem with my SX2, I can't seem to configure it right for the headphones to work. With Serato the headphones work well but I prefer VDJ and I have VDJ8 installed on my machine. Any configurations that I'm supposed to check?
发表时间 Mon 25 Jul 16 @ 2:24 am
You don't need to configure it. When you start VDJ with the SX2 plugged in, it will be auto detected and there will be a "DDJ-SX2" button provided in the audio settings.
Press the button.
Press the button.
发表时间 Mon 25 Jul 16 @ 5:18 pm
Dj Paul Freire wrote :
Exactly now works with that build and led the sx2 except the hot cue but I change them and let them figure if anyone is interested .


salut as tu le mapping complet pour le pioneer ddj sx2 sous windows 10 svp si oui tres urgent peux tu me l envoyer sur mon mail deejayrose@hotmail.fr merci d avance
发表时间 Wed 24 Aug 16 @ 11:58 pm
I´m using Controller by DennYo skin, and it has the "Browser"-buttom that switches between player and full browser, and I´m trying to get the "Panel Select" button on the SSX2 to work the same way.
How do I write that in the mapper?
Regards
How do I write that in the mapper?
Regards
发表时间 Fri 16 Sep 16 @ 7:49 pm
use the action learn function [eye dropper icon] in the mapping section.
use the cursor to select the the large browser
you'll have the script in the window.
use the cursor to select the the large browser
you'll have the script in the window.
发表时间 Fri 16 Sep 16 @ 8:25 pm
That should be asked in the Skins forum. Try to find the relative topic of the custom skin and the author will reply with the proper action (you will need to know of the panel name or the variable name)
发表时间 Fri 16 Sep 16 @ 8:25 pm
Greetings everyone! I just purchased & received my SX2 (brand-new) and I trouble getting it to run with VDJ 7 or 8. I have a 'Pro Infinity' license for VDJ 8 from June 2016, and the software recognizes the SX2 controller but none of the buttons/jog wheels work. The 'new device detected' window never appeared on my screen and after completing the downloads (drivers & firmware), I re-opened VDJ 8 and waited for a few minutes and still no sight of a 'new device detected' window. I am using a Windows 10 PC and I had this same problem when I was trying to use the 'SR'. Please help me! Thanks.
发表时间 Fri 21 Oct 16 @ 5:57 am