chanIndex attribute for all CHOPs

Hello,

Would it be possible to eventually add the chanIndex attribute to all CHOPs? I’m specifically looking at the count and lookup at the moment but I’m sure it’ll come up again with other CHOPs in the future.

It’s a really fun and clean way of working with multiple channels but also a bit of a bummer when you’ve got to split out that network into a bunch of different operators because that one operator doesn’t have the chanIndex attribute.

I don’t know how much work this involves but I do remember how nice it was having it added to the trigger CHOP.

Thank-you,
Owen

Hi Owen.
Sorry for the long delay.
Out of curiosity, how would you use the chanIndex in those situations?
Are you ultimately trying to source another array of values, such as from another CHOP channel or a DAT row for example?

It’s just something that comes up fairly often in my CHOP networks. I think in this last case it was in the context of a sequencer with varying numbers of steps per channel. I would be looking up values from another CHOP or DAT for the “limitmax” parameter of the count CHOP.

Thanks,
Owen

Thanks, that’s good info.
We’re exploring if there might be a better way than Operator Variables to specify multiple values more readily.