update chop value with opparm

I need to write a script that updates the value of a constant chop.

I plan on using a constant chop > chop execute dat > constant chop with value to be updated.

Say the chop’s name to be updated is nudge_value and the channel name is chan1 and I want to update it’s value to .0001

Thanks!

opparm nudge_value value0 0.001

Hey! There we go. Thanks Achim!

remember that you can just type

opscript nudge_value

to get a list of commands that would generate an Op with the same parameters and settings.

when I can’t remember the syntax, I just make an operator that does what I want, then I check it with opscript to find out how to generate it.

r.

Nice, thanks Rodberry. This is good to know.