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?
Posted Thu 17 Aug 17 @ 1:38 pm
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
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
Posted Thu 17 Aug 17 @ 3:50 pm
Will do. Thanks DJDAD.
Posted Fri 18 Aug 17 @ 4:07 am
Code added. Thanks. Worked perfectly.
Posted 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.
Posted Sun 20 Aug 17 @ 1:38 pm