Home AMX User Forum NetLinx Studio

Level update

Hi at all!
How can I update the level button on a tp without send_level ?
Or how can I intercept if the SEND_LEVEL arrives from a send_level command or from a TP touch?
thanks a lot
Alessandro

Comments

  • Spire_JeffSpire_Jeff Posts: 1,917
    There are a couple of threads that deal with this problem. The short answer would be to use one level to display, and a second level to do control on the touch panel.

    Jeff
  • JeffJeff Posts: 374
    To expand, I have a level volume graph on a button that is just display only. Then on top of it, I have an identical one that has no graphics, its completely transparent, and it is active touch. I send level values to the display only one every time someone touches the transparent one. If I need to send my own level values (for example, we've unmuted and I want it to be lower), it sends to the display only one.

    J
Sign In or Register to comment.