AlexHarker / FrameLib

A library for arbitrary-rate arbitrary-size frame processing
BSD 3-Clause "New" or "Revised" License
74 stars 9 forks source link

notification that offline process has been completed #58

Closed jamesb93 closed 4 years ago

jamesb93 commented 4 years ago

I realise this is still conceptual and not settled yet but will be there a way to be notified when an offline process has been completed (writing to a buffer with FrameLib networks)? Some imagined interfaces are that fl.sink~ might output a single trigger frame when the job is done.

Or have I missed something here that simply structuring your patch with t b b will be enough to guarantee that the FrameLib process will complete before moving on to the next thing?

AlexHarker commented 4 years ago

Yes - you can just use trigger and after you've told it to process the next message will only be sent when it is done.