Docs

TableData


Class methods

addTablePoint

Adds a new table point (x and y are normalized coordinates).

TableData.addTablePoint(float x, float y)



getTableValueNormalised

Returns the value of the table at the given input (0.0 ... 1.0).

TableData.getTableValueNormalised(double normalisedInput)



reset

Resets the table with the given index to a 0..1 line.

TableData.reset()



setTablePoint

Sets the point with the given index to the values.

TableData.setTablePoint(int pointIndex, float x, float y, float curve)