
Get all values of CHOP as a list
If you want to use CHOP Values for Scripting you can
for example use op('noise1')[0].vals to get the first Channel [0].
To shorten the list you can use some python fun with shorterValueList = valueList[:10] to get for example the first 10 values.