Add an incline (shear / perspective tilt) event to a line's extended events.
The incline value tilts the line's note highway in 3-D perspective. A value of 0 is flat; positive values tilt the far end upward.
The RPE chart (modified in place).
Target line.
Start beat.
End beat.
Incline angle at startBeat (degrees).
startBeat
Incline angle at endBeat (degrees).
endBeat
Easing type (default: 1 = linear).
// Tilt from 0° to 30° over beats 0–4addInclineEvent(chart, 0, 0, 4, 0, 30); Copy
// Tilt from 0° to 30° over beats 0–4addInclineEvent(chart, 0, 0, 4, 0, 30);
Add an incline (shear / perspective tilt) event to a line's extended events.
The incline value tilts the line's note highway in 3-D perspective. A value of 0 is flat; positive values tilt the far end upward.