TouchDesigner Tips 001
Make a variable to OP op(‘nameOfOp’).store(‘nameOfVariable’, any value)
Fetch the from stored variable. op(‘name’).fetch(‘nameOfVariable’)
Remove stored variable op(‘nameOfOp’).unstore(‘nameOfVariable’)
See https://www.derivative.ca/wiki088/index.php?title=OP_Class