Ingresar:     


Forum: General Discussion

Tópico: Mapping for the MC6000

Este tópico es antiguo y puede contener información incorrecta para la nueva versión.

Everything is working fine. Updated Firmare. No issues at all what I am wondering how to setup the mapper for virtual dj. What I am trying to do is setup the mapper so deck 1 is on channel 1, deck 2 on channel 2, deck 3 on channel 3 and deck 4 on channel 4. I also would like the music to shift as well accordingly.

My current mappers are listed below:

Gain: action_deck 1 ? deck 3 gain_slider : action_deck 2 ? deck 1 gain_slider : action_deck 3 ? deck 2 gain_slider : action_deck 4 ? deck 4 gain_slider

Volume: action_deck 1 ? deck 3 volume_slider : action_deck 2 ? deck 1 volume_slider : action_deck 3 ? deck 2 volume_slider : deck 4 volume_slider

PFL: action_deck 1 ? deck 3 pfl : action_deck 2 ? deck 1 pfl : action_deck 3 ? deck 2 pfl : action_deck 4 ? deck 4 pfl
 

Mensajes Wed 06 Nov 13 @ 7:11 am
Not sure what you're asking. Do you want it back to stock? You can hit the CD looking icon in the bottom left of the mapper window.
 

I am hopping to have the decks with music to be put in order. Hope that helps...
 

just get rid of all the extra stuff and use only the simple commands

gain_slider
volume_slider
pfl

For the skin you would need to download a 1243 ordered skin instead of a 3124, or you can paste the contents of the skin xml file in the reply textbox on the forum or any webpage with a textbox, and paste the following javascript snippet into your console, press F12 on your keyboard to open it, then just run the script and it will replace all the numbers with letters then back to numbers in a different order


(function(){
var text = document.getElementsByTagName('textarea')[0];
var arr = ['a','b','c','d'];
var repArr = [3,1,2,4];
for(var i = 0; i < 4; i++){
var reg = new RegExp('(deck(?:\\s|\\=\\"))' + (repArr), 'g');
text.value = text.value.replace(reg, '$1' + arr);
};
for(var i = 0; i < 4; i++){
var reg = new RegExp('(deck(?:\\s|\\=\\"))' + arr, 'g');
text.value = text.value.replace(reg, '$1' + (i + 1));
};
})();
 

synthet1c where do I find the skin and/ or mapper??? I can not find it any where... I have tried everything.... I am in the process of editing ACW Mapper over the next day or two... I will post what it for you to look at if you would not mind....

In the end I am trying to get all the decks to be in order.... Right now I am extremely close.....
 

synthet1c Thank you sooo much... That did work however I don't have a PFL level off of the channels only a Master or Main mix out. Is there a way to fix this?
 

do you mean that you cant control the cue level on your controller? You just need to map a knob to "headphone_volume" or "headphone_mix" to change between the cue and master. It might also be the case that you are mixing externally in the denon not in the software. A quick way to check is go into config -> sound settings and see if it says "external mixer" in the output dropdown.

I don't know much about the MC-1000 but I think you can use it as an analogue or software mixer, if it's analogue you will need to read the manual to disable it.
 

Come to find out I forgot to change the Mode the Sound Card was in. I had it set to the most basic. Once I changed to to the proper everything is there... However I am finding it is swaping tracks on me now... Weird....
 

I still don't really understand what you mean. Can you please describe it a little more. What does "swapping tracks" mean? I don't have the unit so rely on your description of the issue to offer assistance.
 

I had no PFL/ Cue listening. I had the sound setup as a the main laptop out so I did not have a monitor/ PFL/ Cue way of listening... Hope that helps. The image sows what happens with the swap....

As you can see from the image in Deck 1 it shows the title of Deck 2 which is 3lw - Is You Feelin' Me and loaded into Deck 1 is Lady GaGa - Applause however the info shows up in Deck 3. How to do I correct this???
 

I just opened up the default 1920x1080 4 deck skin, it actually already has a panel for a 1234 layout... I couldn't find the button on the skin to switch it but you can add it to your controllers ONINIT:

skin_panel 'mixer1' on

or you can add it to you skin xml with the following line, **paste it at the end just before the closing </skin> tag "eg line 4127 of the 1080 skin".

<init action="skin_panel 'mixer1' on" />

If you have a backup of the original file before you modified it use that, otherwise put your skin file in the webpage and press the button two more times "I would give it about a second to finish before pressing it the second time, don't just mash it twice because there is no way to restore it if it messes up, you would have to download it again."
 

I found the skin however. I have lost all audio output unless I go to basic audio output....
 

the only other thing I can think of is change the routing of the mixer with the advanced sound config. with that you can add all your decks and choose the output channel

config -> sound setup -> output -> advanced config;

use these settings:

deck 1 -> outputs 5&6
deck 2 -> outputs 1&2
deck 3 -> outputs 3&4
deck 4 -> outputs 7&8

or If that doesn't work use:

deck 1 -> outputs 1&2
deck 2 -> outputs 3&4
deck 3 -> outputs 5&6
deck 4 -> outputs 7&8

other than that I'm going to have to leave it in the hands of atomix as I'm just making it more confusing as I don't have the unit. best advice is just use it 3124 as for me that is the most natural and logical way to use the controller
 

synthet1c thank you for all your help. Some of the advice actually helped. I eneded needing to use the WMD Sound Card Drivers VS the Denon MC6000 one. I followed a few steps on the MC6000 Page to setup the WMD and presto no problems... I used it for 10-20 mins flawlessly... Once again thank you for all your help....
 

So do we know how to get the sound on virtual dj pro and mc6000 come out of

channel 1 on deck 1 using fader 1 (the first one on the left),

channel 2 on deck 2 using fader 2 the (2nd from the left),

channel 3 on deck 3 using fader 3 (3rd from left),

channel 4 on deck using fader 4 (4th from the left) ?
 



(Los tópicos y foros antiguos son automáticamente cerrados)