Noticing some unexpected behavior in the Timer CHOP (Build 2023.11880, Windows)
When using cycles, defined in either the Timer CHOP parameters or in an external Segments DAT, the output time measurements ‘cumulative_seconds’ and ‘master_seconds’ do not jump back on cycles. I also notice at the end of the final cycle, the value of ‘master_seconds’ will jump up during normal playback.
I’ve included a toe file with 3 examples showcasing this behavior.
TimerIssue_2023.11880.toe (9.8 KB)
Hi @mkhash,
both “cumulative seconds” and “master seconds” are described as:
It is a time count that adds up all the Timer Active times for all segments since Start
“master seconds” additionally also counts up when in a delay phase where “cumulative seconds” stops at that point. So that behavior is expected.
The jump at the end of “master seconds” I’ve logged as a bug.
Cheers
Markus
Hi @snaut,
Thanks for the explanation! I understand now how “master seconds” and “cumulative seconds” act during delay phases, but I am more confused about how they count during cycles.
I am basing my understanding of those values’ behavior based on this table in the timer CHOP documentation, which state that on cycle they should jump back.
As for “master seconds” specifically, I noticed in the 2022 build the value jumps back on cycle, whereas in the latest '23 build it does not.
2022.35320 example:
TimerMasterSeconds_2022.35320.toe (6.3 KB)
2023.11880 example:
TimerMasterSeconds_2023_11880.toe (6.2 KB)