Home › Forums › Macros › Insert Looper is not updated by changes to SelectionIn/SelectionOut variables › Reply To: Insert Looper is not updated by changes to SelectionIn/SelectionOut variables
31 January 2024 at 10 h 24 min
#6271
DanielAkerberg
Member
Back again,
Still seems to be some strange behaviour. I now have the following code:
—
InsertSendMessage fx1 1 SelectionIn 0.0
InsertSendMessage fx1 1 SelectionOut {$Looper_fx1_rank1_current_length$/8}
—
When triggering this the SelectionOut value is correctly calculated and set but the SelectionIn is also set to the same value as the SelectionOut, so basically the selection is null and nothing is played. I also have the Insert Looper in Synchro = “Free”. Any thoughts would be great! Thanks