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. final case class AudioCue(artifact: Value, spec: AudioFileSpec, offset: Long, gain: Double) extends Product with Serializable

    A chunk of an audio file.

  3. trait AuralAttribute[S <: Sys[S]] extends AuralView[S, Target[S]]

  4. trait AuralContext[S <: Sys[S]] extends AuxContext[S]

  5. trait AuralNode[S <: Sys[S]] extends Full[S]

  6. trait AuralObj[S <: Sys[S]] extends AuralView[S, Unit]

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

  8. trait AuralSystem extends AnyRef

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

  9. trait AuralView[S <: Sys[S], -Target] extends Observable[proc.AuralView.S.Tx, State] with Disposable[proc.AuralView.S.Tx]

    A trait that provides a shared structure for AuralObj and AuralAttribute, the only difference being the Target context type needed for issuing a play.

  10. trait AuxContext[S <: Sys[S]] extends AnyRef

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

  12. trait Code extends Writable

  13. sealed trait Color extends AnyRef

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

  15. trait Cursors[S <: Sys[S], D <: Sys[D]] extends Elem[D] with Publisher[D, Update[S, D]] with Writable

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

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

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

    An Ensemble is sort of a persistent transport model.

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

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

  21. trait Grapheme[S <: Sys[S]] extends BiPin[S, Obj[S]]

  22. trait Ops extends lucre.expr.Ops

  23. trait Output[S <: Sys[S]] extends Obj[S]

  24. trait Outputs[S <: Sys[S]] extends AnyRef

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

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

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

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

  27. trait SensorSystem extends AnyRef

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

  29. final case class TimeRef(span: HasStart, offset: Long) extends Option with Product with Serializable

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

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

  32. trait UGenGraphBuilder extends NestedUGenGraphBuilder

  33. sealed trait Workspace[S <: Sys[S]] extends WorkspaceLike with WorkspaceHandle[S] with Disposable[proc.Workspace.S.Tx]

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

  35. sealed trait WorkspaceLike extends AnyRef

Value Members

  1. object Action extends Type

  2. object AudioCue extends Serializable

  3. object AuralAttribute

  4. object AuralContext

  5. object AuralNode

  6. object AuralObj

  7. object AuralOutput

  8. object AuralSystem

  9. object AuralView

  10. object AuxContext

  11. object Bounce

  12. object BuildInfo extends Product with Serializable

    This object was generated by sbt-buildinfo.

  13. object Code

  14. object Color

  15. object Confluent

  16. object Cursors extends Type

  17. object CurveObj extends ExprTypeImpl[Curve, CurveObj]

  18. object Durable

  19. object Ensemble extends Type

  20. object FadeSpec extends Serializable

  21. object Folder extends Type

  22. object Grapheme extends Type

  23. object Implicits

  24. object ObjKeys

  25. object Ops extends Ops

  26. object Output extends Type

  27. object Proc extends Type

  28. object Scheduler

  29. object SensorSystem

  30. object SoundProcesses

  31. object SynthGraphObj extends ExprTypeImpl[SynthGraph, SynthGraphObj]

  32. object TimeRef extends Serializable

  33. object Timeline extends Type

  34. object Transport

  35. object UGenGraphBuilder

  36. object Workspace

  37. object WorkspaceHandle

  38. package graph

  39. package impl

  40. var showAuralLog: Boolean

  41. var showLog: Boolean

  42. var showTransportLog: Boolean

Inherited from AnyRef

Inherited from Any

Ungrouped