Start TD paused

Is there a way to open TD patch paused, so nothing is calculating before I start it?

Place down an Execute DAT.

Turn on the ‘Start’ parameter.

Change the start callback to:

 def start():
     app.power = 0
     return

This will turn off the power button.
Note however, some operators may still cook once.

The power button is reactivated when you press play on the timeline.

Thank you!