de.sciss.lucre.synth

impl

package impl

Visibility
  1. Public
  2. All

Type Members

  1. final case class BufferImpl(server: Server, peer: synth.Buffer)(numFrames: Int, numChannels: Int, closeOnDisposal: Boolean) extends ResourceImpl with Modifiable with Product with Serializable

  2. final case class GroupImpl(server: Server, peer: synth.Group)(online0: Boolean) extends NodeImpl with Group with Product with Serializable

  3. final class NodeIDAllocatorImpl extends NodeIDAllocator

  4. trait NodeImpl extends ResourceImpl with Node

  5. trait ResourceImpl extends Resource

  6. final case class SynthDefImpl(server: Server, peer: synth.SynthDef) extends ResourceImpl with SynthDef with Product with Serializable

  7. final case class SynthImpl(peer: synth.Synth, definition: SynthDef) extends NodeImpl with Synth with Product with Serializable

  8. trait TxnFullImpl[S <: Sys[S]] extends TxnImpl with Sys.Txn[S]

  9. sealed trait TxnImpl extends Txn

  10. final class TxnPlainImpl extends TxnImpl

Value Members

  1. object BlockAllocatorImpl

  2. object InMemoryImpl

  3. object NodeImpl

  4. object ServerImpl

  5. object TxnImpl

Ungrouped