Hi I want to map a buttong to load a track and lower the key.
I use the following:
deck 1 select & load & deck 1 select & key_move -1
This only works if I press the key twice, I don't know if I need to add a small delay to apply the key move to wait until the track is loaded? And if so how to do this or is there something else wrong?
I use the following:
deck 1 select & load & deck 1 select & key_move -1
This only works if I press the key twice, I don't know if I need to add a small delay to apply the key move to wait until the track is loaded? And if so how to do this or is there something else wrong?
Posted Sun 31 May 20 @ 3:38 pm
yes, needs to wait until the track is loaded
load & repeat_start_instant rsi_key 10ms -1 & loaded ? key -1 & repeat_stop rsi_key : nothing
load & repeat_start_instant rsi_key 10ms -1 & loaded ? key -1 & repeat_stop rsi_key : nothing
Posted Sun 31 May 20 @ 4:28 pm
Hi Nico, still only works when pressing twice. Any idea?
Posted Sun 31 May 20 @ 5:01 pm
as it is working fine here, maybe related to "Auto match key"
Posted Sun 31 May 20 @ 5:48 pm