How do I stop a specific effect rather than all the effects applied to a group

If I have effect 1, effect 2, and effect 3 running on group 10, how can I just stop effect 2?

Parents Reply
  • Mike A is right.

    One could argue, that the syntax for stopping effects is quite inconsistent.
    These are the use-cases I found for [StopEffect], aside from stopping all running effects at once:

    • [StopEffect] can be used to stop a specific effect as a whole:

    [StopEffect] + [#]

    It is also possible to stop an effect from affecting specific Parameters/Parameter-Categories:

    [StopEffect] + [#] + [Parameter/Category]

    • [StopEffect] can also be used to stop all effects on the channels selected:

    [Channel/Group] + [StopEffect]

    • StopEffect can't be used to stop a specific effect on specific channels.
Children
No Data
Related