Packages

object Pad extends ProductReader[Pad] with Serializable

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

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Pad
  2. Serializable
  3. ProductReader
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def Split(in: GE): GE

    Enforces multi-channel expansion for the input argument even if it is passed into a vararg input of another UGen.

    Enforces multi-channel expansion for the input argument even if it is passed into a vararg input of another UGen. This is done by wrapping it in a GESeq.

  2. def read(in: RefMapIn, key: String, arity: Int): Pad
    Definition Classes
    PadProductReader