Table Playhead Animation
-
@DanH @d-healey Thank You Guys
By A Chance, Can You Explain How ICan Draw A Totally Flat Line On The Middle Of A Table?Here is My Table:
TableScratchTable.addTablePoint(0,1, 1);I Want it to Have 2 Points, And Look Like The Image Below Once I Click On Reset.

-
@Natan Try the APIs
TableProcessor.setTablePoint(int tableIndex, int pointIndex, float x, float y, float curve)or
TableData.setTablePoint(int pointIndex, float x, float y, float curve)I can't remember which I used (not at my computer). Set y float to 0.5
-
@DanH Thank You Dan For The Clear Guide

-
@Natan np - float curve doesn't seem to do anything by the way!
-
@Christoph-Hart I had meant to mention in the bug thread that Table LAF isn't working in Develop (in case it's an easy fix!)