Package

at.iem.sysson.fscape

graph

Permalink

package graph

Visibility
  1. Public
  2. All

Type Members

  1. final case class Dim(variable: Matrix, name: String) extends Expander[Unit] with Key with Product with Serializable

    Permalink

    Specification of a data source dimension

    Specification of a data source dimension

    variable

    Data source to which this dimension refers

    name

    Logical name by which the dimension is referred to

  2. final case class IsFill(variable: Matrix, in: GE) extends Lazy with Product with Serializable

    Permalink
  3. final case class Matrix(name: String) extends Expander[Unit] with Key with Product with Serializable

    Permalink
  4. final case class MatrixOut(key: String, spec: Spec, in: GE) extends Lazy with Product with Serializable

    Permalink
  5. final case class MkMatrix(key: String, spec: Spec, in: GE) extends Lazy with Reader with Product with Serializable

    Permalink

    A graph element that creates a UGen writing to an audio file designated by an FScape.Output with a given key and the value being an AudioCue.

    A graph element that creates a UGen writing to an audio file designated by an FScape.Output with a given key and the value being an AudioCue.

    key

    the key into the enclosing object's outputs map, producing an AudioCue

    in

    the signal to write

Value Members

  1. object Dim extends Serializable

    Permalink
  2. object Matrix extends Serializable

    Permalink
  3. object MatrixOut extends Serializable

    Permalink
  4. object MkMatrix extends Serializable

    Permalink

Ungrouped