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. trait AuralNode extends Full

  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 Disposable[Txn]

  14. trait Group extends Node

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

  16. trait Node extends Resource with NodeRef

  17. trait 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. 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

    A factory for setting node controls to read from buses.

  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 Txn

  20. package impl

  21. var showAllocLog: Boolean

  22. var showLog: Boolean

Inherited from AnyRef

Inherited from Any

Ungrouped