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!
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!
Mensajes 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
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
Mensajes Wed 04 Jan 17 @ 8:55 am
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)
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)
Mensajes 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
Thanks
Mensajes Wed 04 Jan 17 @ 8:22 pm