Anmelden:     


Forum: General Discussion

Topic: my cdj 2000 mapping change

Dieses Thema ist veraltet und kann veraltete oder falsche Informationen enthalten.

cdj 2000 by djkz .. DJ Shahar (www.djshahar.com)

i wish i knew how to save my mapping. if you do, please let me know.
if you have a better suggestion, please advise.
thanks

==play, stutter, pause, and stop==
play: var "shift" ? play_stutter : play_pause
cue: var "shift" ? cue_stop : cue_play
hotcue 1: var "shift" ? delete_cue 1 : hot_cue 1
hotcue 2: var "shift" ? delete_cue 2 : hot_cue 2
hotcue 3: var "shift" ? delete_cue 3 : hot_cue 3

==pitch and key==
pitch reset: var "shift" ? pitch_reset 2% : pitch_reset

==beat jumping==
search +: var "shift" ? seek +1 : seek +4
search -: var "shift" ? seek -1 : seek -4
track + : var "shift" ? seek +8 : seek +16
track - : var "shift" ? seek -8 : seek -16

==special==
memory: var "shift" ? sync : clone_deck
delete: unload
re_call: toggle "shift" while_pressed

==effect==
reverse: effect active while_pressed
vinyl_release: var "shift" ? effect select : effect slider 2 <<== I"m not sure if this can work..[effect select]
vinyl touch: var "shift" ? effect select : effect slider 1 <<== I"m not sure if this can work..[effect select]

==looping==
reloop: shift: reloop_exit else loop:on/off
fourbeat loop: shift , else loop 4 <<== how do i set it to if hold then jog wheel mode: loop move.
call_r: var "shift" ? loop_move +1 : loop_double
call_l: var "shift" ? loop_move -1 : loop_half


how shift works
[button] : if variable "shift" is active ? then [command in "shift" mode] : else [command NOT in "shift" mode]
the "shift" mode is enabled when pressing the [rec_call] button with this action script:
re_call: toggle "shift" while_pressed
 

geposted Mon 01 Jul 13 @ 10:40 pm
If you want to save a custom mapping this should work.

Change the mapper and navigate to docs/virtualdj/mappers open the folder copy the file and save it somewhere. If you pull it out the mapping will revert to stock. If you put it back in it will be the same as when you changed it.
 



(Alte Themen und Foren werden automatisch geschlossen)