Hi,
I would ordinarily use local_max for this, but this only updates the value after a change.
Is there a simple way to store the max value of an incoming stream, without waiting for a change?
Thanks!
J
Store only maximum value from number stream
Hi,
I would ordinarily use local_max for this, but this only updates the value after a change.
Is there a simple way to store the max value of an incoming stream, without waiting for a change?
Thanks!
J
feed the output of [max] to a [f] and then back into the right inlet of the [max]
the value is stored in the [f ]
I was almost there! (but not quite)
Thanks!
j
Oops! Looks like something went wrong!