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 Action[S <: Sys[S]] extends Obj[S] with Publisher[S, Unit]

  2. trait AuralContext[S <: Sys[S]] extends AnyRef

  3. trait AuralObj[S <: Sys[S]] extends Observable[proc.AuralObj.S.Tx, State] with Disposable[proc.AuralObj.S.Tx]

  4. trait AuralScan[S <: Sys[S]] extends Proxy[S] with Disposable[proc.AuralScan.S.Tx]

  5. trait AuralSystem extends AnyRef

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

  6. trait Bounce[S <: Sys[S]] extends ProcessorFactory

  7. sealed trait Code extends Writable

  8. trait Confluent extends Sys[Confluent] with Sys[Confluent]

  9. trait CurveObj[S <: Sys[S]] extends Expr[S, Curve]

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

  11. trait Ensemble[S <: Sys[S]] extends Obj[S] with Publisher[S, Update[S]]

    An Ensemble is sort of a persistent transport model.

  12. final case class FadeSpec(numFrames: Long, curve: Curve = de.sciss.synth.Curve.linear, floor: Float = 0.0) extends Product with Serializable

  13. trait Folder[S <: Sys[S]] extends Modifiable[S, Obj[S]]

  14. trait Grapheme[S <: Sys[S]] extends Obj[S] with Publisher[S, Update[S]]

  15. trait NodeDependencyBuilder[S <: Sys[S]] extends AnyRef

  16. trait Proc[S <: Sys[S]] extends Obj[S] with Publisher[S, Update[S]]

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

  17. trait Scan[S <: Sys[S]] extends Obj[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.

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

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

    A Scheduler uses a logical frame clock to execute functions transactionally at specific times.

  20. trait SensorSystem extends AnyRef

  21. trait SynthGraphObj[S <: Sys[S]] extends Expr[S, SynthGraph]

  22. sealed trait TimeRef extends AnyRef

    A time reference specifies the temporal context within which an aural object is invoked.

  23. trait Timeline[S <: Sys[S]] extends BiGroup[S, Obj[S]]

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

    New reduced definition of a t_(P) transport mechanism.

  25. trait UGenGraphBuilder extends Builder

  26. trait WorkspaceHandle[S <: Sys[S]] extends AnyRef

Value Members

  1. object Action extends Type

  2. object AuralContext

  3. object AuralObj

  4. object AuralScan

  5. object AuralSystem

  6. object Bounce

  7. object BuildInfo extends Product with Serializable

    This object was generated by sbt-buildinfo.

  8. object Code

  9. object Confluent

  10. object CurveObj extends ExprTypeImpl[Curve, CurveObj]

  11. object Durable

  12. object Ensemble extends Type

  13. object FadeSpec extends Serializable

  14. object Folder extends Type

  15. object Grapheme extends Type

  16. object Implicits

  17. object ObjKeys

  18. object Proc extends Type

  19. object Scan extends Type

  20. object Scans

  21. object Scheduler

  22. object SensorSystem

  23. object SoundProcesses

  24. object SynthGraphObj extends ExprTypeImpl[SynthGraph, SynthGraphObj]

  25. object TimeRef

  26. object Timeline extends Type

  27. object Transport

  28. object UGenGraphBuilder

  29. object WorkspaceHandle

  30. package graph

  31. package impl

  32. var showAuralLog: Boolean

  33. var showLog: Boolean

  34. var showTransportLog: Boolean

Inherited from AnyRef

Inherited from Any

Ungrouped