Donebang/threading when rendering NRT graph?

Am I correct that if I want to get a bang right after a rendering process was done then I just have to use a bangbang or trigger and as long as I started from the main thread the next bang would be right after the render is finished?
I tried to test for this and it seems to be the case, but I thought I’d ask to make sure I’m correct.


test_nrt_donebang.maxpat (12.8 KB)

That’s correct - any offline processing happens in the max thread (high or low priority according to which the message which triggers the framelib processing. Thus, the normal right-to-left ordering applies!

1 Like