Packages

trait ExImport extends lucre.expr.ExImport

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ExImport
  2. ExImport
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. type AudioCue = proc.AudioCue
  2. type AudioFileSpec = audiofile.AudioFileSpec
  3. type Color = proc.Color
  4. type Curve = synth.Curve
  5. type FadeSpec = proc.FadeSpec
  6. type ParamSpec = proc.ParamSpec
  7. type Span = span.Span
    Definition Classes
    ExImport
  8. type SpanLike = span.SpanLike
    Definition Classes
    ExImport
  9. type URI = java.net.URI
    Definition Classes
    ExImport
  10. type Warp = proc.Warp

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final val SampleRate: Double(1.4112E7)

    The general sample-rate used in objects such as Timeline, Grapheme, Transport, Scheduler.

  5. def any2stringadd: Any
    Definition Classes
    ExImport
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. implicit def audioCueType: Bridge[AudioCue] with CanMake[AudioCue] with FromAny[AudioCue] with HasDefault[AudioCue] with FromAny[AudioCue]
  8. implicit def audioFileSpecOps(x: Ex[AudioFileSpec]): ExAudioFileSpecOps
  9. def augmentString(x: String): Any
    Definition Classes
    ExImport
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  11. implicit def colorType: Bridge[Color] with CanMake[Color] with FromAny[Color] with HasDefault[Color] with FromAny[Color]
  12. implicit def curveType: Bridge[Curve] with CanMake[Curve] with FromAny[Curve] with HasDefault[Curve] with FromAny[Curve]
  13. implicit def doubleLiteralExOps(x: Double): DoubleLiteralExOps
    Definition Classes
    ExImport
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  16. implicit def fadeSpecType: Bridge[FadeSpec] with CanMake[FadeSpec] with FromAny[FadeSpec] with HasDefault[FadeSpec] with FromAny[FadeSpec]
  17. implicit def fileOps(x: Ex[URI]): ExFileOps
  18. implicit def fileTop: FromAny[java.net.URI] with HasDefault[java.net.URI] with ScalarOrd[java.net.URI]
    Definition Classes
    ExImport
  19. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  20. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. implicit def intLiteralExOps(x: Int): IntLiteralExOps
    Definition Classes
    ExImport
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. implicit def longLiteralExOps(x: Long): LongLiteralExOps
    Definition Classes
    ExImport
  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  27. implicit def paramSpecType: Bridge[ParamSpec] with CanMake[ParamSpec] with FromAny[ParamSpec] with HasDefault[ParamSpec] with FromAny[ParamSpec]
  28. implicit def seqCompanionExOps(x: Seq.type): SeqCompanionExOps
    Definition Classes
    ExImport
  29. implicit def spanLikeTop: FromAny[SpanLike] with HasDefault[SpanLike]
    Definition Classes
    ExImport
  30. implicit def spanTop: FromAny[Span] with HasDefault[Span]
    Definition Classes
    ExImport
  31. implicit def stringLiteralExOps(x: String): StringLiteralExOps
    Definition Classes
    ExImport
  32. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  33. def toString(): String
    Definition Classes
    AnyRef → Any
  34. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  35. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  36. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  37. implicit def warpType: Bridge[Warp] with CanMake[Warp] with FromAny[Warp] with HasDefault[Warp] with FromAny[Warp]
  38. def wrapString(x: String): Any
    Definition Classes
    ExImport

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from lucre.expr.ExImport

Inherited from AnyRef

Inherited from Any

Ungrouped