Trying to see the status of RX String on Magic sheet

Hey Everyone,

Im a Senior at Arizona State and we are currently in our first day of tech. I am wondering if there is away to see the status of a backround macro on my magic sheet. We have a few cue stacks being triggered by our sound designer using OSC. However, we would not like to have RX String enabled the whole time. We have already made a macro that enables and disables RX String but the only way we can see if its enabled or not is on the live tab. Personally I think that is a good enough indicator but the idea was brought up to see if we can have the status displayed on the magic sheet in some way. I was thinking of having the macro button change colors when RX String is enabled versus when it is disabled but I cant figure out how to make that happen. I know you can have a button show intensity and color but I'm not sure on how to think that to an enable and disable macro. Hopefully this isnt too confusing and someone is able to help me out.


Thanks!!

Brian

Parents Reply Children
  • there is a way. you can add an object for e. g. IntPalette 999 and have its label displayed. you add (without magic sheet object) IPs 997 and 998 that are called RXon and RXoff respectively. with your macros you copy either IP 997 or 998 to 999. don't forget in the macro to add a double enter to confirm the overwriting.
Related