package synth
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- synth
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- trait AudioBus extends Bus with AudioRated
- trait AudioBusNodeSetter extends BusNodeSetter with DynamicAudioBusUser
- trait BlockAllocator extends AnyRef
- trait Buffer extends Resource
- sealed trait Bus extends AnyRef
- trait BusNodeSetter extends DynamicBusUser
- trait ControlBus extends Bus with ControlRated
- trait ControlBusNodeSetter extends BusNodeSetter with DynamicControlBusUser
- trait DynamicAudioBusUser extends DynamicBusUser
- trait DynamicBusUser extends DynamicUser
- trait DynamicControlBusUser extends DynamicBusUser
- trait DynamicUser extends Disposable[Txn]
- trait Group extends Node
- trait InMemory extends InMemoryLike[InMemory] with Sys[InMemory]
- trait InMemoryLike[S <: InMemoryLike[S]] extends stm.InMemoryLike[S] with Sys[S]
- trait NoSys extends Sys[NoSys]
- trait Node extends Resource with NodeRef
- trait NodeIdAllocator extends AnyRef
- trait NodeRef extends AnyRef
- trait Resource extends Disposable[Txn]
- trait Server extends AnyRef
- sealed trait State extends AnyRef
- trait Synth extends Node
- trait SynthDef extends Resource
- trait Sys[S <: Sys[S]] extends stm.Sys[S]
-
trait
Txn extends TxnLike
The
Txntrait is declared without representation type parameter in order to keep the real-time sound synthesis API clutter free.The
Txntrait 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 privateaddMessagemethod for staging OSC messages which are flushed at the end of a successful transaction.
Value Members
- var showAllocLog: Boolean
- var showLog: Boolean
- object AudioBus
- object BlockAllocator
- object Buffer
- object Bus
-
object
BusNodeSetter
A factory for setting node controls to read from buses.
- object ControlBus
- object DynamicBusUser
- object Group
- object InMemory
- object InMemoryLike
- object NodeIdAllocator
- object NodeRef
- object Resource
- object Server
- object State
- object Synth
- object Sys
- object Txn