de.sciss.synth.proc

Proc

object Proc

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

Type Members

  1. final case class AssociationAdded[S <: Sys[S]](key: AssociativeKey) extends AssociativeChange[S] with Product with Serializable

  2. final case class AssociationRemoved[S <: Sys[S]](key: AssociativeKey) extends AssociativeChange[S] with Product with Serializable

  3. sealed trait AssociativeChange[S <: Sys[S]] extends StateChange[S]

    An associative change is either adding or removing an association

  4. sealed trait AssociativeKey extends AnyRef

    An associative key is either a grapheme or a scan key

  5. final case class AttributeChange[S <: Sys[S]](key: String, attribute: Attribute[S], change: Any) extends Change[S] with Product with Serializable

  6. final case class AttributeKey(name: String) extends AssociativeKey with Product with Serializable

  7. sealed trait Change[S <: Sys[S]] extends AnyRef

    A change is either a state change, or a scan or a grapheme change

  8. final case class GraphChange[S <: Sys[S]](change: model.Change[SynthGraph]) extends StateChange[S] with Product with Serializable

  9. final case class ScanChange[S <: Sys[S]](key: String, scan: Scan[S], changes: IndexedSeq[Scan.Change[S]]) extends Change[S] with Product with Serializable

  10. final case class ScanKey(name: String) extends AssociativeKey with Product with Serializable

  11. sealed trait StateChange[S <: Sys[S]] extends Change[S]

    A state change is either a renaming, a change of graph, or a change of association (map)

  12. final case class Update[S <: Sys[S]](proc: Proc[S], changes: IndexedSeq[Change[S]]) extends Product with Serializable

    An update is a sequence of changes

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def apply[S <: Sys[S]](implicit tx: Proc.apply.S.Tx): Proc[S]

  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  13. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  14. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  15. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  16. final def notify(): Unit

    Definition Classes
    AnyRef
  17. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  18. def read[S <: Sys[S]](in: DataInput, access: Proc.read.S.Acc)(implicit tx: Proc.read.S.Tx): Proc[S]

  19. implicit def serializer[S <: Sys[S]]: NodeSerializer[S, Proc[S]]

  20. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  21. def toString(): String

    Definition Classes
    AnyRef → Any
  22. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  23. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  24. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped