Sign In:     


Forum: Old versions

Topic: Mapping CDJ 2000 for 6 hot cues? - Page: 2

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

Thanks for the syntax error, it definately helped :)

this will hopefully work LOL, working on the delete now

1 - var 'cues' 1 ? hot_cue 4 : hot_cue 1
led 1 R - var 'cues' 1 ? cue 4 ? on : hot_cue 4 ? on : on : cue 1 ? off : hot_cue 1 ? off : on
led 1 G - var 'cues' 1 ? cue 4 ? off : hot_cue 4 ? off : on : cue 1 ? on : hot_cue 1 ? on : on

2 - var 'cues' 1 ? hot_cue 5 : hot_cue 2
led 2 R - var 'cues' 1 ? cue 5 ? on : hot_cue 5 ? on : on : cue 2 ? off : hot_cue 2 ? off : on
led 2 G - var 'cues' 1 ? cue 5 ? off : hot_cue 5 ? off : on : cue 2 ? on : hot_cue 2 ? on : on

3 - var 'cues' 1 ? hot_cue 6 : hot_cue 3
led 3 R - var 'cues' 1 ? cue 6 ? on : hot_cue 6 ? on : on : cue 3 ? off : hot_cue 3 ? off : on
led 3 G - var 'cues' 1 ? cue 6 ? off : hot_cue 6 ? off : on : cue 3 ? on : hot_cue 3 ? on : on

rec/call - toggle 'cues'
 

.
 

Unless this changes something.. The delete is already working when I hold (then release) the hot cue I would like to delete.
 

Im not certain that this will work correctly due to the call/rec script but give it a try, It could be better and more responsive than the other holding delete...

the way it should work in my head is if you hold the call/rec button for half a second, when the button is down it should activate the delete shift, then cancel it when you release the button, hopefully this will stop the toggle from cues "123" to cues "456". Hopefully if everything works the leds should blink when deleting.

there is two different call/rec codes to try down the bottom...

1 - var 'cues' 1 ? var 'delcue' 1 ? delete_cue 4 : hot_cue 4 : var 'delcue' 1 ? delete_cue 1 : hot_cue 1
led 1 R - var 'cues' 1 ? var 'delcue' 1 ? blink 250ms : cue 4 ? on : hot_cue 4 ? on : on : cue 1 ? off : hot_cue 1 ? off : on
led 1 G - var 'cues' 1 ? cue 4 ? off : hot_cue 4 ? off : on : var 'delcue' 1 ? blink 250ms : cue 1 ? on : hot_cue 1 ? on : on

2 - var 'cues' 1 ? var 'delcue' 1 ? delete_cue 5 : hot_cue 5 : var 'delcue' 1 ? delete_cue 2 : hot_cue 2
led 2 R - var 'cues' 1 ? var 'delcue' 1 ? blink 250ms : cue 5 ? on : hot_cue 5 ? on : on : cue 2 ? off : hot_cue 2 ? off : on
led 2 G - var 'cues' 1 ? cue 5 ? off : hot_cue 5 ? off : on : var 'delcue' 1 ? blink 250ms : cue 2 ? on : hot_cue 2 ? on : on

3 - var 'cues' 1 ? var 'delcue' 1 ? delete_cue 6 : hot_cue 6 : var 'delcue' 1 ? delete_cue 3 : hot_cue 3
led 3 R - var 'cues' 1 ? var 'delcue' 1 ? blink 250ms : cue 6 ? on : hot_cue 6 ? on : on : cue 3 ? off : hot_cue 3 ? off : on
led 3 G - var 'cues' 1 ? cue 6 ? off : hot_cue 6 ? off : on : var 'delcue' 1 ? blink 250ms : cue 3 ? on : hot_cue 3 ? on : on

rec/call (1)- holding ? down ? set 'delcue' 1 : set 'delcue' 0 : toggle 'cues'

rec/call (2)- holding ? set 'delcue' 1 & down ? set 'delcue' 1 : set 'delcue' 0 : toggle 'cues'
 

synthet1c YOU ARE DA MAN!!!!! THANK YOU SO MUCH!!!!

EVERYTHING WORKS!!!

Orange for no cue point set
Green for cue points 1-3
Red for cue points 4-6
Hold and release whichever cue point I wish to delete

thank you thank you thank you
if you have a paypal account I can toss ya a few dollars to show my apprecaiation :-)
 

Thanks for the offer but but that's cool, I'm happy to help :D

Enjoy

Andrew
 



(Old topics and forums are automatically closed)