gra.data.transform
Transform data according to the specified type of transform. Currently, only one type of transform is implemented with more to come in the future.
Plugin
libgre-plugin-math-expression.so
The following types of transformations are available:
map
map incoming data with the specified range to outgoing variable with a specified range with the following arguments:
rate
The rate at which to apply the mapping (linear/easein/easeout/easeinout/bounce/etc...)
in
The incoming data to use for the transform calculation
in_min
The minimum value for the incoming data
in_max
The maximum value for the incoming data
out
The outgoing data to set
out_min
The minimum value for the outgoing data
out_max
The maximum value for the outgoing data