Quick Sign In:  

Forum: VirtualDJ Plugins

Topic: Question to DJCel Re Dac2 Mapper

This topic is old and might contain outdated or incorrect information.

I noticed you have posted a new dmc1.h file in the dev section, and was wondering if the extra LEDs and extras on the LCD that seems to be included in the H file (IE Loop LED and FX LED, and something I cannot remember for the life of me that we cannot access on the LCD) Now work, as they never did in the past, and would love to use these LEDs in my mapper. from memory these LEDS have not been acessable since ver 3.4 or before.
If we now have the codes for the mappers, but VDJ doesn't acknowledge them yet, can I put a vote in to get VDJ modded so "All" the LCD, LEDs ect can be used from within the mappers please?

If they are working, can you suggest a easy way to make a LED Flash (I guess from within the timer section) so I can flash the FX LED when FX is active, That would really make my day. =)

I also noticed that the H file lists DMC/DAC1, should this Be DAC2?

Thanks
 

Posted Sun 28 Oct 07 @ 4:09 pm
cstollPRO InfinityMember since 2004
halo_djk --

It's not new -

// Definition of DMC1/DAC1 controller mapper for VirtualDJ
// See www.virtualdj.com for more information
// (c)Atomix Productions 2006

And it's properly listed --

DMC1Mapper.h (constants for Visiosonic DMC1/DAC2 mappers)

But it should read

DMC1Mapper.h (constants for Numark DMC1/ Visiosonic DAC2 mappers)

 

Posted Wed 31 Oct 07 @ 11:43 pm
Ahh, Ok, But do the FX and Loop Leds work now, this has been a missing function for ages. I was just trying to work out if they work yet, I don't see a FX command in there, but there are a few DMC1_LED_LCD_LOOP, DMC1_LED_LCD_RELOOP in there and what on earth is DMC1_LED_LCD_PROGRAM, DMC1_LED_LCD_RELOOP for?

I don't want to reinstall C++ again just to find i've done it for nothing.
 

Posted Thu 01 Nov 07 @ 3:45 am
cstollPRO InfinityMember since 2004
Sorry hadn't noticed those... will take a look when I get home from the day job... standby... (unless someone else speaks up)
 

Posted Thu 01 Nov 07 @ 3:23 pm
cstollPRO InfinityMember since 2004
They were there before and they are DMC1 related. I had made notes, and the LCD means they are in the LCD panel --

DMC1_LED_PLAY 0
DMC1_LED_CUE 1
DMC1_LED_PITCH 2
DMC1_LED_LCD_PLAY 100 //DMC1
DMC1_LED_LCD_PAUSE 101 //DMC1
DMC1_LED_LCD_CUE 102 //DMC1
DMC1_LED_LCD_TRACK 103 //DMC1
DMC1_LED_LCD_PROGRAM 104 //DMC1
DMC1_LED_LCD_SINGLE 105
DMC1_LED_LCD_ELAPSED 106
DMC1_LED_LCD_REMAIN 107
DMC1_LED_LCD_PITCH 108 //DMC1
DMC1_LED_LCD_LOOP 109 //DMC1
DMC1_LED_LCD_RELOOP 110 //DMC1
DMC1_LED_LCD_BPM 111 //DMC1
DMC1_LED_LCD_PITCHTEXT 112 //DMC1
DMC1_LED_LCD_LINE 113
DMC1_LED_LCD_BPMDOT 114
DMC1_LED_LCD_CONTINUE 115
 

Posted Fri 02 Nov 07 @ 12:05 pm
Can I put a vote in to get the FX and Loop Leds enabled with commands please, and from memory there is something on the DAC2 LCD that also still has no command.
 

Posted Sat 03 Nov 07 @ 1:43 am


(Old topics and forums are automatically closed)