I'm looking for a mapping to set the beat grid to the other deck. Deck one is playing in time and CBG is lined up, deck 2 is playing in time, but the CBG is out of time, I'm looking for a mapping, something like 'match beat grid to other deck', 'set first beat to other deck', 'get beat grid from other deck', I know I can map buttons to adjust the CBG, but as I use time code vinyl it would be nice to hear the tune is in time press a button and align the CBG so that it matches the other deck, can this be done? if not it would be a cool feature :-)
Posted 7 days ago @ 10:07 am
I use this that often I made it into a skin button
left syncs to right
right syncs to left
left syncs to right
deck left param_bigger 0.5 get_beatdiff ? param_multiply -1 `get_beatdiff & param_add -0.5` & param_cast 'relative' & adjust_cbg : param_smaller 0.5 get_beatdiff ? param_add 0.5 `param_multiply -1 get_beatdiff` & param_cast 'relative' & adjust_cbg :
right syncs to left
deck right param_bigger 0.5 get_beatdiff ? param_multiply -1 `get_beatdiff & param_add -0.5` & param_cast 'relative' & adjust_cbg : param_smaller 0.5 get_beatdiff ? param_add 0.5 `param_multiply -1 get_beatdiff` & param_cast 'relative' & adjust_cbg :
Posted 6 days ago @ 2:49 pm