Observing current played pattern number / seqpos / line

Hi,

couldn’t find that in the docs, how do I observe a change in current played pattern number, sequence position or even line? Or do I have to use an interval here?

EDIT: Well, I guess those events are not existing, since it can’t be guaranteed to be fired at accurate timing and also would disturb the playback engine? But maybe there could be a better solution than the current? Feels like a workaround or so.

1 Like

Yeah, you have to use idle notifier for line. Sequence position exists and is very reliable imo. (Pattern number is not technically part of a playback pos - only indirectly via seq pos).