Trigger-style actions have weird behavior with switch-like sources

Issue #43 resolved
Benjamin Klum repo owner created an issue

They are invoked once when pressing and once when releasing the switch. This can only be prevent right now by increasing min source and checking "Ignore out-of-range source values".

Comments (5)

  1. Benjamin Klum reporter

    Somehow need to find out if it's a trigger-style action or a MIDI/CC style action. We can already identify toggle-style actions. Invoking trigger-style actions when value is 0 doesn't make sense.

  2. Benjamin Klum reporter

    Seems impossible to find out. So I guess adding a dropdown "Invocation" with possible values "Trigger", "Absolute" and "Relative" would be good. Default should be "Trigger" because most actions have trigger character. For old projects it should be "Absolute" if "Invoke relative" was false and "Relative" if it was true.

  3. Log in to comment