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 ArtifactLocation[S <: Sys[S]] extends Mutable[proc.ArtifactLocation.S.ID, proc.ArtifactLocation.S.Tx] with Publisher[S, Update[S]]

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

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

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

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

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

  8. trait AuralSystem extends AnyRef

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Objects are attributed elements.

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

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

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

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

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

  29. trait SensorSystem extends AnyRef

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

  31. sealed trait TimeRef extends AnyRef

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

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

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

  34. trait UGenGraphBuilder extends Builder

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

Value Members

  1. object Artifact

  2. object ArtifactLocation

  3. object AttrMap

  4. object AudioGraphemeElem

  5. object AuralContext

  6. object AuralObj

  7. object AuralScan

  8. object AuralSystem

  9. object BooleanElem

  10. object Bounce

  11. object BuildInfo extends Product with Serializable

    This object was generated by sbt-buildinfo.

  12. object Confluent

  13. object DoubleElem

  14. object DoubleVecElem

  15. object Durable

  16. object Elem

  17. object ExprImplicits

  18. object FadeSpec extends Serializable

  19. object Folder

  20. object FolderElem

  21. object Grapheme

  22. object Graphemes

  23. object Implicits

  24. object IntElem

  25. object LongElem

  26. object Obj

  27. object ObjKeys

  28. object Proc

  29. object Scan

  30. object Scans

  31. object Scheduler

  32. object SensorSystem

  33. object SoundProcesses

  34. object StringElem

  35. object SynthGraphs extends ExprTypeImpl[SynthGraph]

  36. object TimeRef

  37. object Timeline

  38. object Transport

  39. object UGenGraphBuilder

  40. object WorkspaceHandle

  41. package graph

  42. package impl

  43. var showAuralLog: Boolean

  44. var showLog: Boolean

  45. var showTransportLog: Boolean

Inherited from AnyRef

Inherited from Any

Ungrouped