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 :-)
Inviato Sun 15 Dec 24 @ 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 :
Inviato Sun 15 Dec 24 @ 2:49 pm
This is awesome! thanks it works a treat! how did you make the skin button?
Inviato Fri 03 Jan 25 @ 2:00 pm
just by learning to skin, I make tweaks for people for a beer or 2, favour for a favour like.
Inviato Fri 03 Jan 25 @ 7:00 pm