Packages

final case class ArrayMin(rate: Rate, in: GE) extends MultiOut with Product with Serializable

A UGen that finds the smallest value across the channels of its input signal, providing both the value and the index.

This is a third-party UGen (MCLDUGens).

in

multi-channel signal to analyze

See also

ArrayMax

BufMin

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ArrayMin
  2. Serializable
  3. MultiOut
  4. SomeOut
  5. Lazy
  6. GE
  7. UGenSource
  8. Expander
  9. Lazy
  10. Product
  11. Equals
  12. AnyRef
  13. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ArrayMin(rate: Rate, in: GE)

    in

    multi-channel signal to analyze

Value Members

  1. lazy val hashCode: Int
    Definition Classes
    UGenSource → AnyRef → Any
  2. val in: GE
  3. def index: GE
  4. final def name: String
    Definition Classes
    UGenSource
  5. def productElementNames: Iterator[String]
    Definition Classes
    Product
  6. val rate: Rate
    Definition Classes
    ArrayMinGE
  7. def value: GE