WindowIndexWhere

final case class WindowIndexWhere(p: B, size: I) extends SingleOut[Int]

A UGen that determines for each input window the first index where a predicate holds. It outputs one integer value per window; if the predicate does not hold across the entire window or if the window size is zero, the index will be -1.

Value parameters:
p

a predicate to detect the index

size

the window size.

Companion:
object
trait Serializable
trait SingleOut[Int]
trait Lazy[Int]
trait GE[Int]
trait Expander[UGenInLike[Int]]
trait Lazy
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

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