When track is <Selected>, ignore FX reorderings
In this case rather refer to FX using position and don't track reorderings
Comments (9)
-
-
reporter Change aware? Normally, ReaLearn is already very aware of FX position changes. It refers to a particular FX via a stable and unique FX ID and thus recognizes when the FX moves to another position. That should work already.
However, when "<Selected>" is chosen as track, it only works for the currently selected track. And it also doesn't make much sense to track reorderings. That's why I want to switch the position change awareness off completely whenever "<Selected>" is used.
-
Right. Got it. Thanks for the explanation.
-
reporter - marked as enhancement
-
reporter - edited description
-
reporter re
#150Don't track FX reordering and removal when track is <Selected>Until now only the position is then used to identify the correct FX. In future versions maybe the FX name can be used as well.
→ <<cset a500ef6467b0>>
-
reporter re
#150Display non-selectable option FX = <None> whenever original FX deletedonly if track not <Selected>
→ <<cset a5e235e64777>>
-
reporter re
#150Fix feedback for purely index-tracked FX→ <<cset 8124a1bde408>>
-
reporter - changed status to resolved
- Log in to comment
Name can be renamed, and position can be changed - both really easily and often. Will "referring to FX using name and/or position" be more change-aware than previous?