CHOP Operator Parameter per Channel

Hello Everybody,

As the title says already.
Does somebody know, if there is a technique to set a parameter of a CHOP depending of the channel.

To be specific, it is about a Speed CHOP, where some channels should looped and some should be clamped based on a condition.

Thanks,
d

The speed chip has a me.chanIndex member
I never used it in the type param, It’s worth a try

So for starters just add it to the type param and feed the speed chop four channels
If the first keeps going, the second clamps, the third loops … your good to go building a lookup System to control the behavior with that member on a per channel basis

hmm, just tried an me.chanIndex only works in resetvalue parameter. would be a a nice RFE derivative. Also for the elimit CHOP

Why not split in two chains using two different speed chops or
set the speed to keep increasing and handle the clmaping / looping in a script CHOP
or maybe look into the timer CHOP

Hi Achim,

Thanks for your help.
Yeah, in the end I did it with two chains.
It just seemed perfect, to just use one node, that actually already has the functionality.

But yeah it does not seems possible, to do in in one speed node.

Cheers