de.sciss.lucre

synth

package synth

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. synth
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. trait AudioBus extends Bus with AudioRated

  2. trait AudioBusNodeSetter extends BusNodeSetter with DynamicAudioBusUser

  3. sealed trait AuralNode extends NodeRef

  4. trait BlockAllocator extends AnyRef

  5. trait Buffer extends Resource

  6. sealed trait Bus extends AnyRef

  7. trait BusNodeSetter extends DynamicBusUser

  8. trait ControlBus extends Bus with ControlRated

  9. trait ControlBusNodeSetter extends BusNodeSetter with DynamicControlBusUser

  10. trait DynamicAudioBusUser extends DynamicBusUser

  11. trait DynamicBusUser extends DynamicUser

  12. trait DynamicControlBusUser extends DynamicBusUser

  13. trait DynamicUser extends AnyRef

  14. trait Group extends Node

  15. trait InMemory extends InMemoryLike[InMemory] with Sys[InMemory]

  16. trait Node extends Resource

  17. final class NodeGraph extends AnyRef

  18. trait NodeIDAllocator extends AnyRef

  19. trait NodeRef extends AnyRef

  20. trait Resource extends Disposable[Txn]

  21. trait Server extends AnyRef

  22. sealed trait State extends AnyRef

  23. trait Synth extends Node

  24. trait SynthDef extends Resource

  25. trait Sys[S <: Sys[S]] extends event.Sys[S]

  26. final case class Topology[V, E <: Edge[V]](vertices: IndexedSeq[V], edges: Set[E])(unpositioned: Int, edgeMap: Map[V, Set[E]]) extends Ordering[V] with Product with Serializable

    An online toplogical order maintenance structure.

    An online toplogical order maintenance structure. This is an immutable data structure with amortized costs. The edge adding operation returns a new copy of the modified structure along with a list of vertices which have been moved due to the insertion. The caller can then use that list to adjust any views (e.g. DSP processes).

    vertices

    the vertices in the structure

    edges

    a set of edges between the vertices

    unpositioned

    the number of unpositioned vertices (the leading elements in vertices)

    edgeMap

    allows lookup of edges via vertex keys

  27. trait Txn extends TxnLike

    The Txn trait is declared without representation type parameter in order to keep the real-time sound synthesis API clutter free.

    The Txn trait is declared without representation type parameter in order to keep the real-time sound synthesis API clutter free. The sound synthesis is always ephemeral, so does not need to know anything about the underlying system. What the process transaction provides is a package private addMessage method for staging OSC messages which are flushed at the end of a successful transaction.

Value Members

  1. object AudioBus

  2. object AuralNode

  3. object BlockAllocator

  4. object Buffer

  5. object Bus

  6. object BusNodeSetter

  7. object ControlBus

  8. object DynamicBusUser

  9. object Group

  10. object InMemory

  11. object NodeGraph

  12. object NodeIDAllocator

  13. object NodeRef

  14. object Resource

  15. object Server

  16. object State

  17. object Synth

  18. object Sys

  19. object Topology extends Serializable

  20. object Txn

  21. package impl

  22. var showAllocLog: Boolean

  23. var showLog: Boolean

Inherited from AnyRef

Inherited from Any

Ungrouped