Quick Sign In:  

Forum: VirtualDJ 8.0 Technical Support

Topic: mapping Gemini CDJ 650

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

tipiakPRO InfinityMember since 2006
Hi

I'm French and my English is bad, but I tried to explain you my problems :

I have a problem with my CDJ650 mapping :
The led time in the LCD Screen don't work and i don't know why.
The mapping command by default is :
LED_TIME : display_time "remain" (It's the same mapping like VDJ 7)

I have a problem too with the time progress bar in the LCD Screen of the CDJ
the mapping command by default is :
LCD_PLAY_POS: play ? get time 'elapsed' 300 : nothing (It's the same mapping like VDJ 7)
LCD_PAUS_POS : play ? nothing : get time 'elapsed' 300 (It's the same mapping like VDJ 7)

but nothing work
I don't know why and i don't know how to do.
If you have some responses for me, it will be super

Thank you.

@+ Tipiak
 

Posted Thu 22 May 14 @ 1:22 pm
tipiakPRO InfinityMember since 2006
hi

There is a mistake in what I said before.
The led time in the LCD Screen work normaly.

the time progress bar in the LCD Screen of the CDJ don't work
the mapping command by default is :
LCD_PLAY_POS: play ? get time 'elapsed' 300 : nothing (It's the same mapping like VDJ 7)
LCD_PAUSE_POS : play ? nothing : get time 'elapsed' 300 (It's the same mapping like VDJ 7)

I don't know what can I do

thanks for your help.

@+Tipiak
 

Posted Thu 22 May 14 @ 4:57 pm
djdadPRO InfinityDevelopment ManagerMember since 2005
Hello,

The 300 value is there for a reason, to provide a specific digit on the LCD screen.
We dont have a unit here so we cant tell what to fix.
So please provide us a screenshot of what version 7 shows for the Time on the LCD and please also try to see what the actions provide in version 8 if you remove the 300 numbers or if you replace with other values like 1000.
Thank you
 

Posted Thu 22 May 14 @ 7:46 pm
tipiakPRO InfinityMember since 2006
hello Djdad

Thank you for your help.

This is the mapping of VDJ7 from Atomix Production :

<?xml version="1.0" encoding="UTF-8"?>
-<mapper date="28/04/2011" version="701" description="Gemini CDJ-650 MIDI" author="Atomix Productions" device="GCDJ650">
<map action="cue_stop" value="CUE"/>
<map action="play_pause" value="PLAY"/>
<map action="loaded ? play ? on : cue ? off : on blink" value="LED_PLAY"/>
<map action="pitch_bend -2% 500ms" value="PITCHBEND-"/>
<map action="pitch_bend +2% 500ms" value="PITCHBEND+"/>
<map action="var 'memo' ? set_cue 1 & set 'memo' 0 : hot_cue 1" value="CUE1"/>
<map action="var 'memo' ? set_cue 2 & set 'memo' 0 : hot_cue 2" value="CUE2"/>
<map action="var 'memo' ? set_cue 3 & set 'memo' 0 : hot_cue 3" value="CUE3"/>
<map action="toggle 'memo'" value="MEMO"/>
<map action="var 'memo' ? on blink : off" value="LED_MEMO"/>
<map action="seek -4" value="SEARCH-"/>
<map action="seek +4" value="SEARCH+"/>
<map action="browser_scroll -1" value="ENCODER-"/>
<map action="browser_scroll +1" value="ENCODER+"/>
<map action="key_lock" value="MASTER_TEMPO"/>
<map action="vinyl_mode" value="VINYL"/>
<map action="browser_enter" value="SELECT"/>
<map action="loop_in" value="LOOP_IN"/>
<map action="loop ? wheel_mode "loop_out,jog" : loop_out" value="LOOP_OUT"/>
<map action="wheel_mode "loop_out" ? on blink : loop_out" value="LED_LOOP_OUT"/>
<map action="reloop_exit & wheel_mode "loop_out" ? wheel_mode "jog"" value="RELOOP_EXIT"/>
<map action="beat_tap" value="BPM"/>
<map action="browser_folder" value="BACK"/>
<map action="var "slip" ? dump while_pressed & touchwheel_touch : touchwheel_touch" value="JOG_TOUCH"/>
<map action="browser_folder" value="BACK"/>
<map action="display_time "remain,elapsed"" value="TIME"/>
<map action="display_time "remain"" value="LED_TIME"/>
<map action="auto_cue" value="AUTO_CUE"/>
<map action="sync" value="LOCK"/>
<map action="pitch_range +1" value="RANGE"/>
<map action="reverse" value="REVERSE"/>
<map action="touchwheel" value="JOG"/>
<map action="pitch_slider" value="PITCH"/>
<map action="browser_window -1" value="TRACK-"/>
<map action="browser_window +1" value="TRACK+"/>
<map action="invert_controllers" value="EJECT"/>
<map action="play ? get time 'elapsed' 300 : nothing" value="LCD_PLAY_POS"/>
<map action="play ? nothing : get time 'elapsed' 300" value="LCD_PAUSE_POS"/>

<map action="get time 'cue' 300" value="LCD_CUE"/>
<map action="get time 'loopin' 300" value="LCD_LOOP_IN"/>
<map action="get time 'loopout' 300" value="LCD_LOOP_OUT"/>
<map action="get bpm" value="LCD_BPM"/>
<map action="get pitch" value="LCD_PITCH"/>
<map action="pitch_range & param_cast "percentage"" value="LCD_RANGE"/>
<map action="get text "<artist>`get artist`<title>`get title`<album>`get album`<genre>`get genre`<length>`get time 'total' 300`<index>0"" value="LCD_SONG_INFO"/>
</mapper>

The value is 300 too.
The same value don't work with VDJ8.
I tried with 1000, other value and without value but it's the same. the time progress bar in the LCD Screen doesn't work.

If I Understand well what you write, I must find the good value

cordially

@+ Tipiak
 

Posted Fri 23 May 14 @ 1:58 am
tipiakPRO InfinityMember since 2006
hello

I tried with differents Combinations but nothing.
The led time in the LCD Screen don't work.

I don't know what to do anymore

@+ Tipiak
 

Posted Fri 23 May 14 @ 7:33 am
djdadPRO InfinityDevelopment ManagerMember since 2005
can you try to map the LCD_PLAY_POS as ... get time 'elapsed' 300 and delete the LCD_PAUSE_POS (right-click on the Key->delete)?

btw, the mapper you have posted is the version 7 one. If you have modified the mapper and used from version 7, make sure you select the factory default from the mappings list (config->Controllers tab)
 

Posted Fri 23 May 14 @ 7:49 am
tipiakPRO InfinityMember since 2006
Djdad, I tried what you said but it doesn't work

In mode "elapsed", The led time in the LCD Screen stay white and the clock stay at 00M00S00F
In remain mode, The led time in the LCD Screen stay red and the clock stay at 00M00S00F

The mapper I have posted is the default mapper.

I Post a picture of the LCD after

@+ Tipiak

 

Posted Fri 23 May 14 @ 8:21 am
tipiakPRO InfinityMember since 2006
This is the pictures of my CDJ650 LCD screen when a track is playing


Thanks
@+ Tipiak
 

Posted Fri 23 May 14 @ 8:31 am
djdadPRO InfinityDevelopment ManagerMember since 2005
ok, so its like a progress bar. .. i have reported your issue as a bug to the Dev Team, but in the meantime, could you try one last thing... ?

Try to map ...
LCD_PLAY_POS--> play ? song_pos : nothing
LCD_PAUSE_POS-- > play ? nothing : song_pos
 

Posted Fri 23 May 14 @ 2:02 pm
tipiakPRO InfinityMember since 2006
Thanks Djdad for reported my problem to the dev.

I tried your last command but it don't work.

In this afternoon I tried a lots of solutions, but none work

if I try on another LED in LCD it work.

I think there is a mistake in the programm for the led time in the LCD

If you have a response of the dev, can you send me a private message to inform me.

Thank you again.

I hope that will be work after !!!

Cordially

sorry again for my very bad englais which I makes you support. ;)

@+ Tipiak

 

Posted Fri 23 May 14 @ 2:35 pm
tipiakPRO InfinityMember since 2006
Hello

There is several new release of VJD 8 but my problem with my Gemini CDJ 650 is always here

Djdad say in a post that the problem with the progress bar has been reported to the dev.

do you know if the dev takes care of this problem and if the modifications will be brought in the next releases.

Thank you

@+ Tipiak
 

Posted Tue 27 May 14 @ 9:59 am
The development team are aware of the issue.

Unfortunately there is no timescale to a resolution yet.
 

Posted Tue 27 May 14 @ 10:05 am
tipiakPRO InfinityMember since 2006
Thank you for your answer

I am friendly going to wait

@+ Tipiak
 

Posted Tue 27 May 14 @ 10:26 am
djdadPRO InfinityDevelopment ManagerMember since 2005
Could you please try again with the latest build 2073 ?
 

Posted Sun 30 Nov 14 @ 12:19 pm
tipiakPRO InfinityMember since 2006
HI DJ Dad

I have just made the check and it seems to work.

I shall make tests more elaborate this weekend and I shall inform you.

Thanks to all

Tipiak
 

Posted Tue 02 Dec 14 @ 3:28 pm


(Old topics and forums are automatically closed)