快速登录:  

Forum: VirtualDJ Technical Support

话题: Clone_Deck not working since update

由于该帖子已年深日久,可能包含陈旧过时或描述错误的信息。

Has anyone else noticed the clone_deck is not working?

I made a user button to clone the opposite deck but now it does not work. The option is still available under the audio.

Since the last update it has not worked.

Any help much appreciated.

THANKS!
 

发表时间 Wed 04 Jan 17 @ 4:44 am
I've just tested it with the newest public build (b3523) by mapping clone_deck to a keyboard button, and in 2 deck mode it works fine for me for both audio and video cloning

One thing that has tricked me before is that scripts tend not to work if you accidently input a newline in the end, so that the field has a line with script in it and an emptly line below. Could that be the issue? It's easy to check using your arrow buttons
 

发表时间 Wed 04 Jan 17 @ 8:55 am
djdadPRO InfinityDevelopment ManagerMember since 2005
A Custom/User button on a skin mapped as clone_deck will clone the calling deck to the opposite side and works fine here.
Some helpful (explicit) actions..
deck left clone_deck right (clones left deck to the right deck)
deck right clone_deck left (clones right deck to the left deck).
If you use 2 buttons on a skin, you can use the above scripts. If you need to map a button on a controller that exists both sides, you can use ...
device_side 'left' ? deck right clone_deck left : deck left clone_deck right (in case you need to revert the functionality)
 

发表时间 Wed 04 Jan 17 @ 2:07 pm
Note sure.. Was working then not. I deleted the button and paster "clone_deck" only, now works as should.

Thanks
 

发表时间 Wed 04 Jan 17 @ 8:22 pm


(陈旧帖子或论坛版块会自动关闭)