ComfyUI Node
Audio Timeline Gate (continue/stop)
A ComfyUI node in IAMCCS/Audio with 6 inputs and 5 outputs.
Audio Timeline Gate (continue/stop)
- should_continue
- should_stop
- is_last_segment_out
- cursor_frames_out_passthrough
- report
◄remaining_frames_after0►
◄effective_unique_frames0►
◄min_next_frames1►
◄strict_stop_on_lasttrue►
◄is_last_segment0►
◄cursor_frames_out0►
CategoryIAMCCS/Audio
Inputs (6)
| Name | Type | Default | Description |
|---|---|---|---|
| remaining_frames_after | INT | 00–10000000 | Remaining track-aligned frames after the current segment. |
| effective_unique_frames | INT | 00–10000000 | Actual usable unique frames of the current segment. |
| min_next_frames | INT | 11–100000 | Minimum remaining frames required to justify creating another segment. |
| strict_stop_on_last | BOOLEAN | true | If true, stop immediately when nothing remains after the current segment. |
| is_last_segmentopt | INT | 00–1 | Optional explicit last-segment flag from AudioExtensionMath. |
| cursor_frames_outopt | INT | 00–10000000 | Optional passthrough cursor for downstream routing. |
Outputs (5)
| Name | Type | Description |
|---|---|---|
| should_continue | INT | — |
| should_stop | INT | — |
| is_last_segment_out | INT | — |
| cursor_frames_out_passthrough | INT | — |
| report | STRING | — |