Hi all, sorry if this has been brought up before but I can't seem to find anything that makes sense to me.
I'm using the standard VDJ 4 deck skin with the NS6.
Is there a way to make the master channel change automatically with the crossfader?
As it is at the moment, say if I'm playing on deck 1 and use the sync button to match deck 2 that's fine. But when deck 2 is now playing and I want to sync deck 1 to it I can't as deck 1 is still the master deck.
I can change it by changing from the effects section of the deck to the player section and clicking the MASTER DECK button but this is a hassle. I've also tried clicking the deck numbers 1,2,3,4 in the corner of each deck but that doesn't appear to do anything.
Thanks in advance for any advice.
Cheers
I'm using the standard VDJ 4 deck skin with the NS6.
Is there a way to make the master channel change automatically with the crossfader?
As it is at the moment, say if I'm playing on deck 1 and use the sync button to match deck 2 that's fine. But when deck 2 is now playing and I want to sync deck 1 to it I can't as deck 1 is still the master deck.
I can change it by changing from the effects section of the deck to the player section and clicking the MASTER DECK button but this is a hassle. I've also tried clicking the deck numbers 1,2,3,4 in the corner of each deck but that doesn't appear to do anything.
Thanks in advance for any advice.
Cheers
Inviato Thu 05 Jul 12 @ 5:46 am
I am having the same issue using the 4 deck skin (3-1-2-4). I just started using Windows 7 with VDJ This week and noticed the same thing. I have always used OSX and never had a problem like this. The MAC OS/Skins works flawlessly.
Inviato Thu 05 Jul 12 @ 6:56 am
I forgot to mention i'm using a mac. Did you have to do anything to get it to work like that?
Inviato Thu 05 Jul 12 @ 7:37 am
By default, the unit is setup to move the 'master deck' using a manual process. You can change this to an automated process by changing the ONINIT string in the mapper. Go to the Config - Mapper tab and review the ONINIT key and replace with the following string --
master_volume 50% & headphone_gain -4 & set "directFX" false & set "%loop_num" 0 & reinit_controller "NS6" & get decks 4 ? deck 1 leftdeck & deck 1 leftvideo & deck 2 rightdeck & deck 2 rightvideo & reinit_controller "NS6"
With the deck 1 masterdeck removed - the master deck will automatically move to the last SELECTED deck.
master_volume 50% & headphone_gain -4 & set "directFX" false & set "%loop_num" 0 & reinit_controller "NS6" & get decks 4 ? deck 1 leftdeck & deck 1 leftvideo & deck 2 rightdeck & deck 2 rightvideo & reinit_controller "NS6"
With the deck 1 masterdeck removed - the master deck will automatically move to the last SELECTED deck.
Inviato Thu 05 Jul 12 @ 7:57 am
Thank you so much cstoll, I will try that tonight when I get home.
Inviato Thu 05 Jul 12 @ 1:25 pm
Hi cstoll, just changed the script as you suggested and it works great.
Thank you so much.
Thank you so much.
Inviato Fri 06 Jul 12 @ 5:27 am
Cstoll you made my day!
Inviato Sat 27 Oct 12 @ 5:15 pm