get_g_value_array
Description:
Gets a number of Values for the given controlled property starting at the requested time.
The array values
need to hold enough space for values.length
of
Value.
This function is useful if one wants to e.g. draw a graph of the control curve or apply a control curve sample by sample.
Parameters:
this |
the control binding |
timestamp |
the time that should be processed |
interval |
the time spacing between subsequent values |
values |
array to put control-values in |
n_values |
the number of values |
Returns:
|