Packages

object EnvSegment

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. EnvSegment
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. final case class Curve(in: Ex[proc.EnvSegment]) extends Ex[synth.Curve] with Product with Serializable
  2. final case class Start(in: Ex[proc.ExImport.EnvSegment]) extends Ex[Seq[Double]] with Product with Serializable

Value Members

  1. def Type: Bridge[proc.ExImport.EnvSegment] with CanMake[proc.ExImport.EnvSegment] with HasDefault[proc.ExImport.EnvSegment] with FromAny[proc.ExImport.EnvSegment]
  2. def apply(start: Ex[Double] = 0.0, curve: Ex[synth.Curve] = graph.Curve.Lin): Ex[proc.ExImport.EnvSegment]

    Creates a segment with a single (mono) segment.

  3. def init(): Unit
  4. object Curve extends ProductReader[Curve] with Serializable
  5. object Multi extends ProductReader[Ex[proc.ExImport.EnvSegment]] with Serializable
  6. object Single extends ProductReader[Ex[proc.ExImport.EnvSegment]] with Serializable
  7. object Start extends ProductReader[Start] with Serializable