de.sciss.lucre

matrix

package matrix

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

Type Members

  1. trait AudioFileCache extends AnyRef

  2. trait DataSource[S <: Sys[S]] extends Obj[S]

    A document represents one open data file.

  3. trait Matrix[S <: Sys[S]] extends Obj[S] with Publisher[S, Update[S]]

  4. trait MatrixFactory extends Any

  5. trait Reduce[S <: Sys[S]] extends Matrix[S]

  6. type Sys[S <: Sys[S]] = stm.Sys[S]

  7. trait Var[S <: Sys[S], A] extends Sink[matrix.Var.S.Tx, A] with Source[matrix.Var.S.Tx, A] with Node[S]

  8. type Vec[+A] = IndexedSeq[A]

Value Members

  1. object AudioFileCache

  2. object DataSource extends Type

  3. object Dimension

  4. object Implicits

  5. object Matrix extends Type

  6. object Reduce

  7. object Serializers

  8. val Vec: IndexedSeq.type

  9. package impl

  10. def initTypes(): Unit

  11. def sampleRange(in: Range, byStart: Long, byStop: Long): Range

  12. def sampleRange(in: Range, by: Range): Range

  13. var showLog: Boolean

Inherited from AnyRef

Inherited from Any

Ungrouped