Open 60-hz opened 2 months ago
hey, thanks! could you create a new op with a patched example from this?
Yes sure, here is a minimal one: https://cables.gl/edit/EUQ5Sn
@steam0r , what do you think, is it possible to add the delay accumulation option in the original TriggerDelay ?
hey, if you want to share this op you could create a team for the changes you made to the trigger ops and make that public.
we try to keep the core ops as "minimal" as possible and have them work with other ops so things can be solved in patches or patchops instead of code, if possible.
Thanks. That's what I usually do yes. For this example, you can't really put delays in a queue using only patch logic... is it?
havent looked into the logic too deep but this might be possible with arraybuffers and delayedtrigger or interval
TriggerDelay is missing a simple accumulation option for the delay.
Here is an example, adding the accumulate option as boolean, which adds delay in a queue, and outDelaying will turn FALSE after all triggered delay has been send: