01_TouchDesigner088 Channel Referencing in Python
A quick look at how to pull data from a channel using a Python expression in TouchDesigner
In case you can’t read the text, the syntax is as follows
op(‘opname’)[channelnumber]
or
op(‘opname’)(‘channelname’)