software:touch_designer

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
software:touch_designer [2025/12/02 10:35] – [OLD VERSION] mhsoftware:touch_designer [2025/12/02 10:38] (current) – [Essential Tools & Best Practices] mh
Line 144: Line 144:
   * Layouts may scale differently; test UI carefully.   * Layouts may scale differently; test UI carefully.
  
-===== Essential Tools & Best Practices =====+===== Tips, Tricks & Best Practices =====
  
 ==== Null Strategy ==== ==== Null Strategy ====
Line 159: Line 159:
  
 ==== Useful Python Expressions ==== ==== Useful Python Expressions ====
-  * absTime.frame → integer frame counter. +  * ''absTime.frame'' → integer frame counter. Combine with math expression (e.g. ''* 0.5'') to control speed
-  * absTime.seconds → time in seconds. +  * ''absTime.seconds'' → time in seconds. 
-  * me.digits → returns numeric suffix of OP name.+  * ''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). 
  
 ==== Cache & Cache Select ==== ==== Cache & Cache Select ====
Line 275: Line 276:
  
 When using source loops into TOP Fx chains it's handy to pass them through a Resolution TOP and lower them down to half res to improve performance. When using source loops into TOP Fx chains it's handy to pass them through a Resolution TOP and lower them down to half res to improve performance.
- 
-----  
- 
-=== Useful python expressions === 
- 
-  * ''absTime.frame'' will use the frame count to increment the parameter this expression is used on. Use math expression behind such as ''* 0.5'' to slow down (or speed up) 
-  * ''absTime.seconds'' like the above but slower 
-  * ''me.digits'' will return the digit (auto incremented) in the operator name. You can associate it with a math expression such as ''* -5'' to automatically increment or decrement a parameter as you copy/paste (useful for **Cache Select** building a trail effect for example). 
  
 ---- ----
  • software/touch_designer.1764668131.txt.gz
  • Last modified: 2025/12/02 10:35
  • by mh