Package

de.sciss.synth

ugen

Permalink

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
Visibility
  1. Public
  2. All

Type Members

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

    Permalink

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

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

    in

    the element whose indices to produce

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

    Permalink

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

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

    in

    the element whose number-of-channels to produce

  3. final case class Pad(in: GE, to: GE) extends SingleOut with Product with Serializable

    Permalink

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

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

    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.

Value Members

  1. object Pad extends Serializable

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped