PureData CEAMMC library web documentation
available since version: 0.1
By default returns smallest float in list, this equal to using @float property. Also you can choose smallest symbol from list by using @symbol property.
@type
Get/set type of largest element
type: symbol
enum: float, symbol, any
default: float
@float
Get/set alias for @type float. Find max float element in list
type: alias
@symbol
Get/set alias for @type symbol. Find greatest symbol element
type: alias
@any
Get/set alias for @type any. Find greatest atom of any type. Note: symbols are greater
then numbers
type: alias
See also: [list.max] [list.range]
Authors: Serge Poltavsky
License: GPL3 or later