Packages

  • package root
    Definition Classes
    root
  • package de
    Definition Classes
    root
  • package sciss

    The interfaces are grouped into the following packages:

    Welcome to the Mellite API documentation.

    The interfaces are grouped into the following packages:

    The Lucre transactional object model:

    • de.sciss.lucre.stm is the base package for transactions, with things like Obj, Txn, Sys, and Cursor
    • de.sciss.lucre.artifact is the base package for file system artifacts, with classes Artifact and ArtifactLocation
    • de.sciss.lucre.expr is the base package for expression types such as IntObj, DoubleObj, etc.

    Other useful packages:

    • de.sciss.synth.io for reading and writing audio files
    • de.sciss.osc for general Open Sound Control interfaces
    Definition Classes
    de
  • package lucre
    Definition Classes
    sciss
  • object Expr
    Definition Classes
    lucre
  • Const
  • Program
  • Type

trait Program[T <: Txn[T], A] extends Expr[T, A]

A program expression is backed by a code tree with an Ex as its leaf. Program inputs are accessed through the object's attribute map.

Linear Supertypes
Expr[T, A], Obj[T], Mutable[T], Identified[T], Elem[T], Publisher[T, Change[A]], Disposable[T], Writable, ExprLike[T, A], Form[T], AnyRef, scala.Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Program
  2. Expr
  3. Obj
  4. Mutable
  5. Identified
  6. Elem
  7. Publisher
  8. Disposable
  9. Writable
  10. ExprLike
  11. Form
  12. AnyRef
  13. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract def changed: EventLike[T, Change[A]]
    Definition Classes
    Publisher
  2. abstract def dispose()(implicit tx: T): Unit
    Definition Classes
    Disposable
  3. abstract def id: Ident[T]
    Definition Classes
    Identified
  4. abstract def program: Ref[T, Ex[A]]
  5. abstract def tpe: Obj.Type
    Definition Classes
    ObjElem
  6. abstract def value(implicit tx: T): A
    Definition Classes
    ExprLike
  7. abstract def write(out: DataOutput): Unit
    Definition Classes
    Writable

Concrete Value Members

  1. final def attr(implicit tx: T): AttrMap[T]
    Definition Classes
    Obj
  2. def equals(that: scala.Any): Boolean
    Definition Classes
    Identified → AnyRef → Any
  3. def hashCode(): Int
    Definition Classes
    Identified → AnyRef → Any
  4. def toString(): String
    Definition Classes
    Obj → AnyRef → Any