快速登录:  

Forum: VirtualDJ Technical Support

话题: Mapping code for video transition

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



Hi all

I copied my dac2 that worked fine. But it doesn't work on v8. (along with scrolling text it seems)

It's to transition video from one side to the other.

Code is

Video_transition 750ms

On V7 it switches video to the deck side you press the button on.

On v8 it swaps video from the other side.. Ie you can swap the video from lewt to right using the SAME button. In a hurry sometimes I hit the button on the left deck expecting it to transition to the left but if it's already over the left button transitions to the right.

Also the sync led on v8 is missing many beats compared with V7... And even when it does trigger... It's way to quick to really see. Is there a way around this or am I stuck with it?
 

发表时间 Thu 17 Aug 17 @ 1:38 pm
djdadPRO InfinityDevelopment ManagerMember since 2005
Try ...
device_side 'left' ? deck left video_transition 750ms : deck right video_transition 750ms

For blinking SYNC LED on beat, regardless its output intensity (so even on silent parts), try..
get_beatgrid & param_greater 95% ? on : off
 

发表时间 Thu 17 Aug 17 @ 3:50 pm
Will do. Thanks DJDAD.
 

发表时间 Fri 18 Aug 17 @ 4:07 am
Code added. Thanks. Worked perfectly.
 

发表时间 Fri 18 Aug 17 @ 2:58 pm
Ended up using source beat and about 50% as it is a good way of adjusting the led on time instead of using sync, and isn't affected if the beatgrid has been badly scanned.
 

发表时间 Sun 20 Aug 17 @ 1:38 pm


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