de.sciss.synth.proc

graph

package graph

Visibility
  1. Public
  2. All

Type Members

  1. case class BufChannels(rate: Rate, key: String) extends graph.stream.GE with Product with Serializable

  2. case class BufRateScale(rate: Rate, key: String) extends graph.stream.GE with Product with Serializable

  3. case class BufSampleRate(rate: Rate, key: String) extends graph.stream.GE with Product with Serializable

  4. case class DiskIn(rate: Rate, key: String, loop: GE) extends graph.stream.GE with IsIndividual with Product with Serializable

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

    Total duration of proc in seconds.

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

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

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

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

    Start time offset within the proc, in seconds.

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

    Absolute time on the canvas, in seconds.

  11. case class VDiskIn(rate: Rate, key: String, speed: GE, loop: GE, interp: Int, maxSpeed: Double) extends graph.stream.GE with IsIndividual with Product with Serializable

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

Value Members

  1. object BufChannels extends Serializable

  2. object BufRateScale extends Serializable

  3. object BufSampleRate extends Serializable

  4. object DiskIn extends Serializable

  5. object Duration extends Serializable

  6. object Fade

  7. object Offset extends Serializable

  8. object Time extends Serializable

  9. object VDiskIn extends Serializable

  10. object attribute extends Serializable

  11. object scan

  12. object stream

Ungrouped