package graph
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- graph
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
-
final
case class
Dim
(variable: MatrixLike, name: String) extends UserInteraction with Key with Product with Serializable
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
-
final
case class
Elapsed
(in: Play) extends UserInteraction with Input with Key with Product with Serializable
A special element that measures the progress of a playing dimension.
A special element that measures the progress of a playing dimension.
- in
the playing dimension
- final case class Matrix (name: String) extends MatrixLike with Expander[Unit] with Product with Serializable
- sealed trait MatrixLike extends Key
- class MatrixTooLargeException extends RuntimeException
-
trait
UserInteraction
extends Expander[Unit] with HasSideEffect
Indicates a graph element that provides a user interface element.
- final case class UserValue (name: String, default: Double) extends UserInteraction with Input with Product with Serializable
- final case class Var (name: String, higherRank: Boolean = true) extends MatrixLike with UserInteraction with Product with Serializable
Value Members
- val elapsed: Elapsed.type
- object Dim extends Serializable
-
object
Elapsed
extends Serializable
A special graph element that measures the progress of a playing dimension.
A special graph element that measures the progress of a playing dimension. Additionally it can stop the playing synth when that progress has reached 100%.
- object UserValue extends Serializable
- object Var extends Serializable
- object output