de.sciss.synth

proc

package proc

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. proc
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. trait Artifact[S <: Sys[S]] extends Expr[S, Value]

  2. trait Attribute[S <: Sys[S]] extends Mutable[proc.Attribute.S.ID, proc.Attribute.S.Tx] with Publisher[S, Update[S]]

  3. trait Attributes[S <: Sys[S]] extends AnyRef

  4. trait AuralPresentation[S <: Sys[S]] extends Disposable[proc.AuralPresentation.S.Tx]

  5. trait AuralSystem extends AnyRef

    An AuralSystem is the logical representation of a sound synthesis server, whether running or not.

  6. final class Bounce[S <: Sys[S], I <: Sys[I]] extends ProcessorFactory

  7. trait Confluent extends ConfluentReactiveLike[Confluent] with Sys[Confluent]

  8. trait Durable extends DurableLike[Durable] with Sys[Durable]

  9. class ExprImplicits[S <: Sys[S]] extends lucre.synth.expr.ExprImplicits[S]

     This class helps overcome the limitation of scala's implicit resolution -- by resolving an expression system's type parameter S.

  10. trait Grapheme[S <: Sys[S]] extends lucre.event.Node[S] with Publisher[S, Update[S]]

  11. trait Graphemes[S <: Sys[S]] extends AnyRef

  12. type Param = Double

  13. trait Proc[S <: Sys[S]] extends lucre.event.Node[S] with Publisher[S, Update[S]]

    The Proc trait is the basic entity representing a sound process.

  14. type ProcGroup[S <: Sys[S]] = BiGroup[S, Proc[S], Update[S]]

  15. type ProcTransport[S <: Sys[S]] = Transport[S, Proc[S], Update[S]]

  16. trait Scan[S <: Sys[S]] extends lucre.event.Node[S] with Publisher[S, Update[S]]

    A Scan represents a real-time signal which can either function as a reader linked to another scan which functions as its source or a grapheme, or it functions as a writer sinking into a grapheme or another scan.

  17. trait Scans[S <: Sys[S]] extends AnyRef

  18. type TimedProc[S <: Sys[S]] = TimedElem[S, Proc[S]]

  19. trait Transport[S <: Sys[S], Elem, U] extends Disposable[proc.Transport.S.Tx]

Value Members

  1. object Artifact

  2. object Attribute

  3. object Attributes

  4. object AuralPresentation

  5. object AuralSystem

  6. object Bounce

  7. object BuildInfo extends Product with Serializable

  8. object Confluent

  9. object Durable

  10. object ExprImplicits

  11. object FadeSpec

  12. object Grapheme

  13. object Graphemes

  14. object Implicits

  15. object Proc

  16. object ProcGroup

  17. object ProcKeys

  18. object Scan

  19. object Scans

  20. object SoundProcesses

  21. object SynthGraphs extends BiTypeImpl[SynthGraph]

  22. object Transport

  23. package graph

  24. package impl

  25. var showAuralLog: Boolean

  26. var showLog: Boolean

  27. var showTransportLog: Boolean

Inherited from AnyRef

Inherited from Any

Ungrouped