Add a horizontal scale event to a line's extended events.
scaleX controls the line's horizontal stretch factor (1 = normal).
scaleX
The RPE chart (modified in place).
Target line.
Start beat.
End beat.
Scale X at startBeat (1 = no change, 2 = double-wide).
startBeat
Scale X at endBeat.
endBeat
Easing type (default: 1 = linear).
// Widen the line from normal to 3× in 2 beatsaddScaleXEvent(chart, 0, 0, 2, 1, 3); Copy
// Widen the line from normal to 3× in 2 beatsaddScaleXEvent(chart, 0, 0, 2, 1, 3);
Add a horizontal scale event to a line's extended events.
scaleXcontrols the line's horizontal stretch factor (1 = normal).