-
put down a Constant CHOP and put ‘chan1’ and ‘chan2’ in the channel name fields.
-
append a Math CHOP and set its Scope to chan1 only
-
attach a wave CHOP to the input of the Math CHOP, and set the cmbine CHOPs parameter to ‘ADD’
-
notice that the wave also gets added to chan2 when it should only get added to chan1
workaround is to just use separate math CHOPs and merge them later.