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 ElseGE(pred: IfOrElseIfThen[GE], branch: SynthGraph, result: GE) extends ElseLike[GE] with GE with AudioRated with Product with Serializable

  2. final case class ElseIf[+A](pred: IfOrElseIfThen[A], cond: GE) extends Product with Serializable

  3. final case class ElseIfThen[+A](pred: IfOrElseIfThen[A], cond: GE, branch: SynthGraph, result: A) extends IfOrElseIfThen[A] with ElseOrElseIfThen[A] with Product with Serializable

  4. sealed trait ElseLike[+A] extends ElseOrElseIfThen[A]

  5. sealed trait ElseOrElseIfThen[+A] extends Then[A]

  6. final case class ElseUnit(pred: IfOrElseIfThen[Any], branch: SynthGraph) extends ElseLike[Any] with Product with Serializable

  7. final case class If(cond: GE) extends Product with Serializable

  8. final case class IfLag(cond: GE, dur: GE) extends Product with Serializable

  9. final case class IfLagThen[A](cond: GE, dur: GE, branch: SynthGraph, result: A) extends IfThenLike[A] with Product with Serializable

  10. sealed trait IfOrElseIfThen[+A] extends Then[A]

  11. final case class IfThen[A](cond: GE, branch: SynthGraph, result: A) extends IfThenLike[A] with Lazy with Product with Serializable

  12. sealed trait IfThenLike[+A] extends IfOrElseIfThen[A]

  13. sealed trait Then[+A] extends Lazy

  14. final case class ThisBranch() extends GE.Lazy with ControlRated with Product with Serializable

Value Members

  1. object Else

  2. object NestedUGenOps

  3. package impl

Inherited from AnyRef

Inherited from Any

Ungrouped