● Graph Types – Bezier, BezierLinear, and SimpleLinear.
● Three different ways to start – Start All, Start Random (OnlyOne), Start Random (Continuous).
- Start (All Mapper): as original action, When clicked, all curves are executed simultaneously. However, curves with Loop = false will not repeat.
- Start Random (OnlyOne): When clicked, one curve is randomly selected and executed. If Loop = true, it will keep repeating; if Loop = false, it will not repeat.
- Start Random (Continuous): When clicked, curves are continuously-randomly selected one after another and executed. In this mode, playback continues regardless of whether Loop is true or false.
● Feature to configure 3-thresholds (Press Ctrl+Shift+Right Click to open the property box).
● Implemented curve target triggering via normalized value (0–1).