Hello,
I’d like to report a possible inconsistency in the “delay, cycle, done” Operator Snippet for the Timer CHOP.
The Timer CHOP outputs the following channels in this order:
0: timer_fraction
1: timer_frames
2: timer_active
3: delay_fraction
4: delay_frames
5: ready
6: running
7: done
8: done_pulse
9: cycles
10: cycle_pulse
11: cycles_plus_fraction
However, in the timer4_export
table (used for parameter exporting), the following entries are present:
cycle_pulse
is listed with index 9 (should be 10?)done_pulse
is listed with index 7 (should be 8?)
While the export likely works because it relies on the name
field, the incorrect index
values could lead to confusion, especially for those trying to understand or modify the table structure.
Could you please confirm whether these index values are incorrect, and if so, consider updating the snippet for clarity?
Thank you very much!