I got both solutions working, thank you both so much for the help!!!
Not using Globals for this as you both suggested makes the most sense - I was using globals to maintain a counter, but I don't really need to be doing that for this.
Search found 3 matches
- Sun Feb 01, 2026 4:04 pm
- Forum: General Discussion
- Topic: reset a global var from a CC message
- Replies: 5
- Views: 14395
- Sat Jan 24, 2026 4:13 pm
- Forum: General Discussion
- Topic: reset a global var from a CC message
- Replies: 5
- Views: 14395
Re: reset a global var from a CC message
Thanks for this, but I don't think it will work in this case. A little more about my setup, because there's probably a better way to do this: I'm playing live and running magic. I have a single laptop running gigperformer and magic. I can pass a ctrl+E to magic to reset everything, but unfortunately...
- Fri Jan 23, 2026 5:38 pm
- Forum: General Discussion
- Topic: reset a global var from a CC message
- Replies: 5
- Views: 14395
reset a global var from a CC message
I have a global counter named counterUp that increments when it receives CC 23 using a Trigger. I would like to be able to reset the counter to zero when sending a different CC (i.e CC 25). I have a global named resetAll whose source is set to CC 25. When I trigger CC25 (CC25 button is 0 when up and...