get_g_value_array
Description:
public bool get_g_value_array (string property_name, ClockTime timestamp, ClockTime interval, Value[] values)
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 object that has controlled properties |
property_name |
the name of the property to get |
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:
|