Hey,
I'm experimenting with a patch where a bang is sent every time a number exceeds a certain threshold (which is set to happen relatively infrequently).
I am then sending that bang out in a send object message.
Infrequent Trigger
Bang
Send x
When I set-up a receive object message and connect a bang to it, though, the receive message bangs very frequently (though not constantly), while the send object is only sending infrequent bangs.
Receive x
Bang
Does anyone know why that might be?
Best
Jess