- marked as minor
Trigger-style actions have weird behavior with switch-like sources
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)
-
reporter -
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.
-
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.
-
reporter re
#43Allow to distinguish between invocation types Trigger, Absolute and Relative. That makes it more clear.→ <<cset 1dcac41660e1>>
-
reporter - changed status to resolved
- Log in to comment