Skip to content

V3.5.1 Trigger not working correctly #3279

Open
@ChrisSW58

Description

@ChrisSW58

Is this a bug in companion itself or a module?

  • I believe this to be a bug in companion

Is there an existing issue for this?

  • I have searched the existing issues

Describe the bug

A difficult one to explain and it may be something stupid I am doing.

I have a button which has a press action set, and a release action set. The trigger action set sets a variable to 1 which calls a trigger. Releasing the button resets the same variable to 0. When the button is pressed all works well. When the button is called using the trigger press and release, nothing happens. Or at least the variable is set at 0 and the trigger has not executed, so maybe it's getting to 0 before the trigger recognises the change? So how do I make this call which worked fine in previous versions? If I split into 2 separate calls and add a wait it works, but is this what I have do do for every call to a button with a release action? Happy to be educated!

Steps To Reproduce

  1. Create a button with a few actions, and setting a variable to be tested by a trigger.
  2. Add release section to reset the trigger
  3. Create a trigger to react when the variable is set.
  4. Call the button with a trigger press and release call.

Expected Behavior

The trigger should action in the same was as when the button is pressed and as it worked in previous versions.

Environment (please complete the following information)

- OS: Sequoia 15.3.1 
- Browser: Safari
- Companion Version: 3.5.1 Stable (Mac arm)

Additional context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    Status

    Todo

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions