Hello!
A strange thing. In a Macro I am modifying the Insert Looper In and Out selection by updating the corresponding variables like below:
—
Set $Looper_fx1_rank1_SelectionIn_state$ = 0.0
Set $Looper_fx1_rank1_SelectionOut_state$ = {$Looper_fx1_rank1_current_length$/8}
—
In Macro Variable Viewer I can see that the Variables $Looper_fx1_rank1_SelectionIn_state$ and $Looper_fx1_rank1_SelectionOut_state$ are being updated correctly. However the selection is not updated in the Insert Looper UI and playback keeps playing the full loop. Right now I can actually see this in Macro Variable Viewer (which I guess should not be possible…):
—
Variable Name Value
$Looper_fx1_rank1_Playing_head_position$. 102700
…
$Looper_fx1_rank1_SelectionOut_state$ 17136.0
—
Is there something I have missed or is there something not working correctly with these variables?
NOTE: I can manually create a selection in Insert Looper with no problem
Thanks!!