Hi,
Is there any object to get the Peak of a stream of numbers? Like the peak object in max.
Enrique
Enrique Franco wrote:
Hi,
Is there any object to get the Peak of a stream of numbers? Like the peak object in max.
if you want to get the number of a serial stream of floats, you might use the [max] object, and feed back the current maximum to its right inlet.
if you want to get the maximum of a parallel stream (aka: list) of floats, you might want to use the [minmax] object, which is part of zexy.
mfg.cds.aer IOhannes