Connexion rapide:  

Forum: VirtualDJ Technical Support

Sujet Deck_move
What is the proper syntax for using move_deck?

Currently I am trying to make it such that deck 1 while pressed will move to deck 2 when I then press the deck 2 button. Something similar to

 var 'deck1' 1 ? move_deck 

(There is more to my script for this button, but this is just the core of my question for now.)

I've tried a few things such as move_deck 1 and move_deck deck 1, but I can't get it to work and cannot seem to find any additional info about this anywhere else.

Thanks in advance!
 

Posté Wed 27 Mar 24 @ 4:02 am
locoDogPRO InfinityModeratorMember since 2013
move_deck 2 is how it works
takes track on calling deck and loads on deck 2

Also see
swap_decks 1 2
 

Posté Wed 27 Mar 24 @ 4:13 am
And just to confirm, there is no script to do this inversely? I think I kind of had it figured out to where I have set 'deck2' 1 while_pressed and then on deck 1, var 'deck2' 1 ? then "move_from_deck" 2, but I cannot think of how to implement this where this is done through the "calling" deck. Anyone care to help?
 

Posté Wed 27 Mar 24 @ 4:23 am
locoDogPRO InfinityModeratorMember since 2013
action_deck 2 ? deck 1 move_deck 2 : ...
 

Posté Wed 27 Mar 24 @ 4:44 am
I DM'ed you for more help Loco if you are willing. I realized that what i want is waaay more complicated to script with my limited knowledge.
 

Posté Wed 27 Mar 24 @ 5:13 am
locoDogPRO InfinityModeratorMember since 2013
replied.
 

Posté Wed 27 Mar 24 @ 5:37 am