Hi, folks!
I got some features want to make.
I want to increase the number of ‘Start Row Index’ In DAT select per 40 sec.
How can I make it work?
I drag CHOP count to it, but it doesn’t work with the error message of 'must be a string or a number
Hi @kmseo,
from what it sounds like you are dragging a whole CHOP onto the parameter. But a CHOP can contain many channels so the reference to an operator in a Parameter is mostly not enough information.
a valid reference in a number based parameter to a CHOP channel would be something like:
op('null1')['chan1']
More information on referencing values in parameters can also be found on our learning portal here:
cheers
Markus