I'm new to PD. Wondering if I can do parallel processing within PD itself. For example: can I take a simple float object and somehow output it to three separate objects simultaneously?
I understand that, normally, sending out a signal from a common output port will proceed according to the sequence in which the outputs were created; also understand that I could sequence in another order with "trigger". But what if I want to output simultaneously to three objects, with no sequencing?
Maybe every procedure in PD is in some sequential queue, and never runs in parallel with another process, which would be a real restriction for my current project.
It would be nice to be able to run some processes in true parallel. Is this possible?
If so, how would I push a float to three objects at the same "TIME?"