simple python

Hi
Chop exec:
Import time
ts = str(int(time.time()))
print(ts)

This script triggered by lfo chop once per second prints just first time … why .?

Build 12050

Upload example?

Drop down a new CHOP Execute DAT. You’ll see the python methods you need to fill in. These nodes do not call a script at it’s base level when using Python. You see it printed once because python executes the base level script when compiling.