Home › Forums › Macros › Strange and random user variable behaviour › Reply To: Strange and random user variable behaviour
Hi again,
HELP again. Just now, out of nowhere, I got the same issues with the user variables again. And I haven’t changed or worked with any of these particular variables. So again a lot of random macros are red marked in the macro viewer. And also some validated macros will suddenly not work (they worked fine only 10 minutes ago) and Logelloop seems to freeze. It now seems to be having trouble using the Logelloop variables as well. This validated (not red marked) macro below gets stuck at the first If statement with $state_record$ and everything freezes.
—–
DoRepeat
If {$state_record$ == true}
Record
Sleep 50
RestartLoop
MidiSend “Launchpad MK2” 146 31 122
BreakRepeat
EndIf
If {$current_last_full_track$ == 0}
BreakRepeat
EndIf
If {$state_mute$ == true}
Mute
RestartLoop
MidiSend “Launchpad MK2” 146 31 122
BreakRepeat
EndIf
If {$state_overdub$ == true}
Overdub
RestartLoop
MidiSend “Launchpad MK2” 146 31 122
BreakRepeat
EndIf
While true
—-
Right now I can basically not do anything. Thanks again!