Cannot set latency, device not ready. Use live.thisdevice to determine when ready.

Daniel Pereira's icon

Hey, Im trying to set the latency dynamically (not here, just isolating the problem) and I'm getting "Cannot set latency, device not ready. Use live.thisdevice to determine when ready." although I'm already using that to trigger the message. I've tried to delay for a few milliseconds and sometimes it works, sometimes it doesn't. Any idea for a more robust solution? Thanks!

Evan Chandler's icon

I was having the same problem and found this post.
I had a [loadbang] and a [live.thisdevice] going into a [s ---LB] with the [r ---LB] banging my latency message. The console was throwing me the same error as you.

I was trying everything to solve this. I used [print] to figure out what was triggering in which order because I was certain it was a problem with things triggering before others. Eventually I was able to solve the problem by removing the [loadbang] object.

What's really weird is that I wasn't able to reproduce this behaviour when isolating the problem in a new device. So I'm left with more questions than I started with haha!