Hi,
I have a macro that I need to run a variable number of times, is there a way to do this? It's really just one action in the macro that sends a signal via usb-uirt that I want repeated, but repeating the action or macro is fine
Thanks
Notice: This forum has been recovered from an old backup, so some content, links, and dates may be outdated. The forum is currently read-only while we restore sign-in and registration functionality. Details
If you find this forum valuable and would like to help keep it online, donations to help cover hosting and domain costs are greatly appreciated, but never expected. You can support the forum through Buy Me a Coffee or Ko-fi. Thank you for helping preserve the EventGhost community.
If you find this forum valuable and would like to help keep it online, donations to help cover hosting and domain costs are greatly appreciated, but never expected. You can support the forum through Buy Me a Coffee or Ko-fi. Thank you for helping preserve the EventGhost community.
Loop macro or action a number of times
Re: Loop macro or action a number of times
Have you the "Autorepeat Current Macro"?
Re: Loop macro or action a number of times
I actually want to run the macro with an event that has a variable and loop it that amount of times.
It's for changing volume on a tv, so if i pass it "volume_up_5" then it repeats the action of sending the usb-uirt the volume up signal 5 times, thats why I was thinking of it looping the macro.
I think I can do this with a while loop in python, but i'm not a python programmer and am not sure how to do it.
It's for changing volume on a tv, so if i pass it "volume_up_5" then it repeats the action of sending the usb-uirt the volume up signal 5 times, thats why I was thinking of it looping the macro.
I think I can do this with a while loop in python, but i'm not a python programmer and am not sure how to do it.