I’m new-ish to TD and trying to figure out how to get a Table DAT into a Select Chop (see image).
What I’m doing in general is sending live data into OSC via sensors using an ESP32 chip and manipulate this data in TD, then send it to Ableton. In TD, I’m using a Select Chop to get get that data stream and min/max it and do other math-y things to and send this to Ableton. This is working.
What I want to do now is to record data in the field to a CSV file that I then then parse through line-by-line using a timer. I have this part working and it is loading the current data into the ir_stream Table DAT.
But now I don’t know how to get that data into a Select Chop so that I can apply a similar min/max, lag, etc. that I am now doing with the Live Data.
Once I get this working, I’ll put some sort of switch that will let me toggle between Live mode and CSV mode.
Any thoughts appreciated