MatchLen

final case
class MatchLen(in: GE, ref: GE) extends SingleOut

A UGen that extends or truncates its first argument to match the length of the second argument. If in is shorter than ref, it will be padded with the zero element of its number type. If in is longer, the trailing elements will be dropped.

Companion
object
trait Serializable
trait SingleOut
trait SomeOut[StreamOut]
trait Lazy
trait GE
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