assign multiple channel values by name

simple python question: I have a midi controller mapped with 8 push buttons named push[1-8]. I want these 8 button values as channels in a constant CHOP in a different container. How do I assign these 8 values from the midi out with python?
Thanks for any help!
explaindis.JPG

[One way to do this is using the exec() python function. See the .tox

Best,
Darien
Mapping.tox (774 Bytes)

Thanks, that works! I thought there was a simple expression…