Pad

final case
class Pad(in: GE, to: GE) extends SingleOut

A graph element that controls the multi-channel expansion of its in argument to match the to argument by padding (extending and wrapping) it.

Value Params
in

the element to replicate

to

the reference element that controls the multi-channel expansion. the signal itself is not used or output by Pad.

Companion
object
trait Serializable
class SingleOut
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 rate: MaybeRate

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