dspClockTime is out of sync after event instantiation?

Hello, thanks for the reply.

I could use getTimelinePosition but I was under the impression that dspClock is more suitable for precise rhythm related things, and that there could be issues with pausing/unpausing if using the studio api method (and perhaps other issues/possible stutter etc.) - I made this conclusion based off this post:

I’d be willing to not use the Studio API in this specific script if that helps, though I’d definitely like to use the studio api elsewhere. I have no idea how these things work on a lower level though so it might be a bad idea, but the event is just a song without any effects, so it might not be too problematic?

I’m also willing to just subtract the time in some fashion, but I’d like to reliably know what it is that I should subtract. It’s hacky, but I’m fine with it if it works.