Reads the value of a sample from a CHOP channel of the specified input.
This convenience operator is the VOP version of the chinput() VEX function.
Parameters
Input | Index of the input to get the data from (VOP CHOPs allow for multiple inputs). |
Channel | Index of the channel to read from. |
Sample | Index of the sample to read. Both integers and floats are supported. If the sample is fractional, the value is linearly interpolated from the two nearest points. |
To Do
“sample” input should support both float and int
Release Notes
2014-10-18 | First version. |