chinput VEX function
Returns the value of a channel at the specified sample in an input.
Context: chop
-
float chinput(int input, int channel, int sample) -
float chinput(int input, int channel, float sample)
Returns the value of a channel at the specified sample in an input. If the sample is fractional, the value is linearly interpolated from the two nearest points.