de.sciss.synth.proc

graph

package graph

Visibility
  1. Public
  2. All

Type Members

  1. final case class Duration() extends GE.Lazy with ScalarRated with Product with Serializable

    Total duration of proc in seconds.

  2. final case class FadeIn(key: String) extends Product with Serializable

  3. final case class FadeInOut(inKey: String, outKey: String) extends Product with Serializable

  4. final case class FadeOut(key: String) extends Product with Serializable

  5. final case class Offset() extends GE.Lazy with ScalarRated with Product with Serializable

    Start time offset within the proc, in seconds.

  6. final case class Time() extends GE.Lazy with ScalarRated with Product with Serializable

    Absolute time on the canvas, in seconds.

  7. final case class attribute(key: String) extends Product with Serializable

Value Members

  1. object Duration extends Serializable

  2. object Fade

  3. object Offset extends Serializable

  4. object Time extends Serializable

  5. object attribute extends Serializable

  6. object scan

Ungrouped