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 ArtifactLocationElem[S <: Sys[S]] extends Elem[S]

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

  4. trait AudioGraphemeElem[S <: Sys[S]] extends Elem[S]

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

  6. trait AuralSystem extends AnyRef

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

  7. trait BooleanElem[S <: Sys[S]] extends Elem[S]

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

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

  10. trait DoubleElem[S <: Sys[S]] extends Elem[S]

  11. trait DoubleVecElem[S <: Sys[S]] extends Elem[S]

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

  13. trait Elem[S <: Sys[S]] extends Writable with Disposable[proc.Elem.S.Tx] with Publisher[S, Update[S, Any]]

  14. 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.

  15. trait FadeSpecElem[S <: Sys[S]] extends Elem[S]

  16. type Folder[S <: Sys[S]] = Modifiable[S, Obj[S], Update[S]]

  17. trait FolderElem[S <: Sys[S]] extends Elem[S]

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

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

  20. trait IntElem[S <: Sys[S]] extends Elem[S]

  21. trait LongElem[S <: Sys[S]] extends Elem[S]

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

    Objects are attributed elements.

  23. type Param = Double

  24. 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.

  25. trait ProcElem[S <: Sys[S]] extends Elem[S]

  26. type ProcGroup[S <: Sys[S]] = BiGroup[S, T[S, ProcElem], UpdateT[S, ProcElem[S]]]

  27. trait ProcGroupElem[S <: Sys[S]] extends Elem[S]

  28. type ProcTransport[S <: Sys[S]] = Transport[S, T[S, ProcElem], Update[S]]

  29. 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.

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

  31. trait StringElem[S <: Sys[S]] extends Elem[S]

  32. type TimedProc[S <: Sys[S]] = TimedElem[S, T[S, ProcElem]]

  33. trait Transport[S <: Sys[S], Elem, U] extends Disposable[proc.Transport.S.Tx] with Observable[proc.Transport.S.Tx, Update[S, Elem, U]]

Value Members

  1. object Artifact

  2. object ArtifactLocationElem

  3. object AttrMap

  4. object AudioGraphemeElem

  5. object AuralPresentation

  6. object AuralSystem

  7. object BooleanElem

  8. object Bounce

  9. object BuildInfo extends Product with Serializable

  10. object Confluent

  11. object DoubleElem

  12. object DoubleVecElem

  13. object Durable

  14. object Elem

  15. object ExprImplicits

  16. object FadeSpec

  17. object FadeSpecElem

  18. object Folder

  19. object FolderElem

  20. object Grapheme

  21. object Graphemes

  22. object Implicits

  23. object IntElem

  24. object LongElem

  25. object Obj

  26. object Proc

  27. object ProcElem

  28. object ProcGroup

  29. object ProcGroupElem

  30. object ProcKeys

  31. object Scan

  32. object Scans

  33. object SoundProcesses

  34. object StringElem

  35. object SynthGraphs extends ExprTypeImpl[SynthGraph]

  36. object Transport

  37. package graph

  38. package impl

  39. var showAuralLog: Boolean

  40. var showLog: Boolean

  41. var showTransportLog: Boolean

Inherited from AnyRef

Inherited from Any

Ungrouped