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. sealed trait Code extends Writable

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

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

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

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

    An Ensemble is sort of a persistent transport model.

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

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

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

  20. trait Ops extends lucre.expr.Ops

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

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

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

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

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

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

  25. trait SensorSystem extends AnyRef

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

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

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

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

  30. trait UGenGraphBuilder extends Builder

  31. trait WorkspaceHandle[S <: Sys[S]] 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 Confluent

  15. object CurveObj extends ExprTypeImpl[Curve, CurveObj]

  16. object Durable

  17. object Ensemble extends Type

  18. object FadeSpec extends Serializable

  19. object Folder extends Type

  20. object Grapheme extends Type

  21. object Implicits

  22. object ObjKeys

  23. object Ops extends Ops

  24. object Output extends Type

  25. object Proc extends Type

  26. object Scheduler

  27. object SensorSystem

  28. object SoundProcesses

  29. object SynthGraphObj extends ExprTypeImpl[SynthGraph, SynthGraphObj]

  30. object TimeRef extends Serializable

  31. object Timeline extends Type

  32. object Transport

  33. object UGenGraphBuilder

  34. object WorkspaceHandle

  35. package graph

  36. package impl

  37. var showAuralLog: Boolean

  38. var showLog: Boolean

  39. var showTransportLog: Boolean

Inherited from AnyRef

Inherited from Any

Ungrouped