Frame export with a steady FPS

I’m going out on a limp here, but have you considered not using the (inconsistent) FPS mechanism of void draw? You could call noLoop() and use a for loop that loops the amount of frames needed (based on the length of your audio). That way you’re certain you end up with the right amount of frames.

2 Likes