Hi, I’m trying to drive the hue of a Circle TOP in TouchDesigner using data from an API. My node chain is:
webclient → text DAT → DAT to CHOP → Math CHOP → Circle TOP → HSV Adjust TOP
-
Text DAT receives a number 0–360 from the API.
-
DAT to CHOP converts it to a channel.
-
Math CHOP is set From Range 0–1 → To Range 0–1.
-
Circle TOP fill color is red.
-
HSV Adjust TOP Hue Offset is where I’m exporting the Math CHOP channel.
Problem:
What am I missing here? Why isn’t the Hue Offset changing as the Math CHOP value changes? I’ve tried Export CHOP and CHOP reference, and even when I choose “Current CHOP Value” it just goes to 0.
Thanks!
fastapi-td.6.toe (4.4 KB)
