Lets consider, we have a few channels and the node that has these channels we connect to a vop chop.
In this vop chop we can read the value of a specific channel, but I cannot find the way, to read a value of other channel.
For exaple, we have two channels - tx and ty, and in my vop chop, when I' modyfying the tx channel I want to modyfy it based on values of ty channel - how to import them?
there is chinput() VEX function it is not exposed as VOP node nowever so you need to use inline VOP to use it it will give you access to given channel of given input at given index but channels are referenced by index too not by names
there is also ch() function, but i am not sure if it can be used to reference channel by name