package ugen
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- final case class ElseGE (pred: IfOrElseIfThen[GE], branch: SynthGraph, result: GE) extends ElseLike[GE] with GE with AudioRated with Product with Serializable
- final case class ElseIf [+A](pred: IfOrElseIfThen[A], cond: GE) extends Product with Serializable
- final case class ElseIfThen [+A](pred: IfOrElseIfThen[A], cond: GE, branch: SynthGraph, result: A) extends IfOrElseIfThen[A] with ElseOrElseIfThen[A] with Product with Serializable
- sealed trait ElseLike [+A] extends ElseOrElseIfThen[A]
- sealed trait ElseOrElseIfThen [+A] extends Then[A]
- final case class ElseUnit (pred: IfOrElseIfThen[Any], branch: SynthGraph) extends ElseLike[Any] with Product with Serializable
- final case class If (cond: GE) extends Product with Serializable
- final case class IfLag (cond: GE, dur: GE) extends Product with Serializable
- final case class IfLagThen [A](cond: GE, dur: GE, branch: SynthGraph, result: A) extends IfThenLike[A] with Product with Serializable
- sealed trait IfOrElseIfThen [+A] extends Then[A]
- final case class IfThen [A](cond: GE, branch: SynthGraph, result: A) extends IfThenLike[A] with Lazy with Product with Serializable
- sealed trait IfThenLike [+A] extends IfOrElseIfThen[A]
- sealed trait Then [+A] extends Lazy
- final case class ThisBranch () extends GE.Lazy with ControlRated with Product with Serializable
Value Members
- object Else
- object NestedUGenOps