Script Table in "higher resolution"
-
I'm using a table in scriptnode controlled by a clock ramp over 4 bars. I set the table points via an array. Somehow the timing was never super accurate so I thought it's the clock ramp but it isn't - if I split it into 4 tables it's perfectly fine so it only can be the "resolution" of the tables. Is there any way (in the code maybe) to be able to add points that won't lock to the full percent? Eg. 12.25% I don't care too much about the visual representation - just the accuracy of the processing.
-
@ps check redefining SAMPLE_LOOKUP_TABLE_SIZE to something like 1024 or 2048.
-
@Christoph-Hart perfect. makes sense!
-
@Christoph-Hart it worked! can't believe it was that simple
Probably some valuable info for anybody using the table in scriptnode for more complex timings. thank you