No internet connection
  1. Home
  2. How to

Setting plugin parameter value - AXIncrement/AXDecrement/AXPress

By Thomas Gloor @Thomas_Gloor
    2024-05-28 16:12:38.458Z

    Hi,

    I'm looking for a faster way to set plugin than AXIncrement and AXDecrement, as it makes my scripts really slow.

    The parameter I'm trying to set a value for has a slider and a text field associated with it. I don't want to rely on mouse clicks relative to a UI element and set text field area with value, because the plugin can have multiple sizes, which would make this fragile.

    Any idea?

    Thank you lots!

    Best,

    T.

    • 2 replies
    1. Unfortunately the only way to change plugin values without setting a text field is to use AXIncrement/AXDecrement/AXPress. And using AX elements is really slow.
      Believe me, I've tried everything 😄

      1. TThomas Gloor @Thomas_Gloor
          2024-05-28 18:55:14.572Z

          ouch. Thank you @Chris_Shaw