If a number is less than previous numbers, output it
Name | Type | Opt | Description |
---|---|---|---|
number-format | float | opt | The initial value stored in trough is . Providing a float argument will cause trough to operate on floating-point values instead of integers. |
bang | In left inlet: Sends the currently stored minimum value out the left outlet. | |
int | input [int] |
In left inlet: If the input is less than the value currently stored in trough, it is stored as the new minimum value and is sent out. |
(inlet1) | set-current-trough [int] |
In right inlet: The input is stored in trough as the new minimum value, and is sent out. |
float | input [float] |
In left inlet: If the input is less than the value currently stored in trough, it is stored as the new minimum value and is sent out. |
(inlet1) | set-current-trough [float] |
In right inlet: The input is stored in trough as the new minimum value, and is sent out. |
Name | Description |
---|---|
minimum | Output the smallest in a list of numbers |
peak | If a number is greater than previous numbers, output it |
< | Is less than, comparison of two numbers |
Max Data Tutorial 2: Data Scaling | Max Data Tutorial 2: Data Scaling |