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
Visibility
  1. Public
  2. All

Type Members

  1. trait AudioBus extends Bus with AudioRated
  2. trait AudioBusNodeSetter extends BusNodeSetter with DynamicAudioBusUser
  3. trait BlockAllocator extends AnyRef
  4. trait Buffer extends Resource
  5. sealed trait Bus extends AnyRef
  6. trait BusNodeSetter extends DynamicBusUser
  7. trait ControlBus extends Bus with ControlRated
  8. trait ControlBusNodeSetter extends BusNodeSetter with DynamicControlBusUser
  9. trait DynamicAudioBusUser extends DynamicBusUser
  10. trait DynamicBusUser extends DynamicUser
  11. trait DynamicControlBusUser extends DynamicBusUser
  12. trait DynamicUser extends Disposable[Txn]
  13. trait Group extends Node
  14. trait InMemory extends InMemoryLike[InMemory] with Sys[InMemory]
  15. trait InMemoryLike[S <: InMemoryLike[S]] extends stm.InMemoryLike[S] with Sys[S]
  16. trait NoSys extends Sys[NoSys]
  17. trait Node extends Resource with NodeRef
  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 stm.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. var showAllocLog: Boolean
  2. var showLog: Boolean
  3. object AudioBus
  4. object BlockAllocator
  5. object Buffer
  6. object Bus
  7. object BusNodeSetter

    A factory for setting node controls to read from buses.

  8. object ControlBus
  9. object DynamicBusUser
  10. object Group
  11. object InMemory
  12. object InMemoryLike
  13. object NodeIdAllocator
  14. object NodeRef
  15. object Resource
  16. object Server
  17. object State
  18. object Synth
  19. object Sys
  20. object Txn

Inherited from AnyRef

Inherited from Any

Ungrouped