This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |
| software:touch_designer [2025/12/09 17:40] – [Select Strategy] mh | software:touch_designer [2025/12/09 17:43] (current) – [Useful Python Expressions] mh |
|---|
| * ''absTime.seconds'' → time in seconds. | * ''absTime.seconds'' → time in seconds. |
| * ''me.digits'' → returns numeric suffix of OP name. Combine with math expression (e.g. ''* -5'') to increment or decrement a parameter as you copy/paste (useful for **Cache Select** building a trail effect for example). | * ''me.digits'' → returns numeric suffix of OP name. Combine with math expression (e.g. ''* -5'') to increment or decrement a parameter as you copy/paste (useful for **Cache Select** building a trail effect for example). |
| | * ''me.parent().width'' or ''.height'' → resolution width/height of the parent comp |
| |
| |