In expression CHOP:
The expression 1 / me.inputVal causes a division by zero error. I made sure me.inputVal is not actually zero…
Workaround: The expression 1 / op(“inputVal_chop”).chan(0) is fine.
In expression CHOP:
The expression 1 / me.inputVal causes a division by zero error. I made sure me.inputVal is not actually zero…
Workaround: The expression 1 / op(“inputVal_chop”).chan(0) is fine.
This bug is now fixed, thanks for the report.