hello all:
i'm guessing there is a fairly simple fix for this question, but i'm new enough at processing and unfamiliar enough with the specific syntax used that i'm struggling to figure out what terms i should even be using in my google searches/etc.
what i'm trying to do is fairly simple: i have a set of data with two variables, time and temperature. i know how to just feed that data to processing, hit run, and immediately see a graph/bar chart with the temperature tracked as it changes over time ... BUT: what i need processing to do is recognize that my "time" data set is arranged to sync with the project framerate (set at 5), so that the graph/bar chart is updated at every frame as the project runs (and the project needs to not loop, which i think i know how to do).
any ideas?
thanks!