I need a mapping for on song load: sync if equal or higher but never to sync lower the smart sync of does not function well here havin to adjust pickup on pitch slider is a problem wen it is so far behind....
Mensajes Tue 11 Mar 25 @ 8:53 pm
This is as far as i got dont know if i am on the right path:
var 'stage' 0 ? param_bigger "get_var 'pitch' & SYNC & param_smaller" "get_pitch" ? & set 'stage' +1 : nothing : var 'stage' 1
this what i currently have :
loop_select 4 & filter 50% & SYNC
Mensajes Tue 11 Mar 25 @ 9:01 pm
( set $newBPM `get_bpm & param_cast int` & action_deck 1 ? set $oldBPM `deck 2 get_bpm & param_cast int` : set $oldBPM `deck 1 get_bpm & param_cast int` ) & param_smaller `get_var $newBPM` `get_var $oldBPM` ? nothing : sync
Mensajes Tue 11 Mar 25 @ 9:11 pm
thank you bro worx gr8
Mensajes Wed 12 Mar 25 @ 3:27 am