FScape

trait FScape[T <: Txn[T]] extends Obj[T] with Publisher[T, Update[T]]

The FScape trait is the basic entity representing a sound process.

Companion:
object
trait Obj[T]
trait Mutable[T]
trait Identified[T]
trait Elem[T]
trait Publisher[T, Update[T]]
trait Disposable[T]
trait Writable
trait Form[T]
class Object
trait Matchable
class Any

Value members

Abstract methods

def graph: Var[T]

The variable synth graph function of the process.

The variable synth graph function of the process.

def run(config: Config, attr: Attr[T])(implicit tx: T, universe: Universe[T]): Rendering[T]

Inherited methods

final def attr(implicit tx: T): AttrMap[T]
Inherited from:
Obj
def changed: EventLike[T, Update[T]]
Inherited from:
Publisher
def dispose()(implicit tx: T): Unit
Inherited from:
Disposable
override def equals(that: Any): Boolean
Definition Classes
Identified -> Any
Inherited from:
Identified
override def hashCode: Int
Definition Classes
Identified -> Any
Inherited from:
Identified
def id: Ident[T]
Inherited from:
Identified
override def toString: String
Definition Classes
Obj -> Any
Inherited from:
Obj
override def tpe: Type
Definition Classes
Obj -> Elem
Inherited from:
Obj
def write(out: DataOutput): Unit
Inherited from:
Writable