OpenMusic Reference
list-max

list-max
(arithmetic module) -- returns the greatest value in a tree
Syntax
list-max self
Inputs
| name | data type(s) | comments |
|---|---|---|
| self | a tree |
Output
| output | data type(s) | comments |
|---|---|---|
| first | a number | returns the greatest value in the list or tree |
Description
This function returns the largest value in the list. Nesting is ignored.
The function operates in the same way as the list-min function. See its entry for an example.
| Prev | Home | Next |
|---|---|---|
| list-filter | Up | list-min |