How to combine CHOP channel data into new channels?

CHOP_channel_combining_help.tox (638 Bytes)
I’m trying to combine incoming CHOP data with tx and ty values extracted via a ‘SopTo’ CHOP.

I’ve been able to do this with a ‘Pattern CHOP’; combining a Pattern’s Sine Wave and choosing ‘Add’ under ‘Combine Channels’.

How can I do this with another incoming CHOP data channel?

TIA

hi,

you can use a MergeCHOP to merge channels from different CHOPs and a mathCHOP to combine channels.

You may need to align each CHOP / Channel samples number

Depending on what you need to achieve, you may want to have a look at ShuffleCHOP

1 Like

thanks Gallo!