SpeedCHOP

It would be nice if speedChop had input for reset value per channel.

Believe it already does, through the 2nd input.
See attached.
multi_channel_speed_reset.tox (1.62 KB)

After I post I worked on my system and there was more control need for each channels. What I’m seeking is to generate all my indexes in one CHOP. So my request is to have control over limit , min , max . :unamused:
My attachment is just small representation.

Thank you,
Vytenis
multi_channel_advanced_speedCHOP.tox (2.2 KB)

Oh I see.

The Speed CHOP, does implement a me.chanIndex member which can be used in expressions in the parameters.

Unfortunately, it’s only used for the Reset Value, and the Constants.
The clamp,min, and max are just read once per cook unfortunately.

If that were changed, you could use the Speed CHOP with expressions for min such as:

op('min_values')[me.chanIndex] for example.

Would that be useful?

Sounds good!!