BufMax

final case
class BufMax(rate: Rate, buf: GE, gate: GE) extends MultiOut with IsIndividual

A UGen that finds the largest value in a buffer, providing both the value and the index.

This is a third-party UGen (MCLDUGens).

Value Params
buf

identifier of the buffer containing the values to analyze. It treats multi-channel buffers as monophonic, and indices will refer to the de-interleaved frames and channels.

gate

when closed (zero), holds the last output value.

See also
Companion
object
trait Serializable
trait IsIndividual
class MultiOut
class SomeOut
trait Lazy
trait GE
class UGenSource[UGenInLike]
trait Expander[UGenInLike]
trait Lazy
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def index: GE
def value: GE

Inherited methods

final
def name: String
Inherited from
UGenSource
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product

Inherited fields

lazy override
val hashCode: Int
Inherited from
UGenSource