de.sciss.synth

ugen

package ugen

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ugen
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. final case class ChannelIndices(in: GE) extends SingleOut with ScalarRated with Product with Serializable

    A graph element that produces an integer sequence from zero until the number-of-channels of the input element.

  2. final case class NumChannels(in: GE) extends SingleOut with ScalarRated with Product with Serializable

    A graph element that produces an integer with number-of-channels of the input element.

  3. final case class Pad(in: GE, to: GE) extends SingleOut with Product 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.

Value Members

  1. object Pad extends Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped