Packages

o

de.sciss.mellite

ProcActions

object ProcActions

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

Type Members

  1. final case class Move(deltaTime: Long, deltaTrack: Int, copy: Boolean) extends Product with Serializable
  2. final case class Resize(deltaStart: Long, deltaStop: Long, deltaTrackStart: Int = 0, deltaTrackStop: Int = 0) extends Product with Serializable

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. def adjustGain[T <: Txn[T]](obj: Obj[T], factor: Double)(implicit tx: T): Unit
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  7. def copy[T <: Txn[T]](in: Obj[T], connectInput: Boolean)(implicit tx: T): Obj[T]

    Makes a copy of a proc.

    Makes a copy of a proc. Copies the graph and all attributes. If connect is falls, does not put Proc.mainIn

    in

    the process to copy

  8. def copy[T <: Txn[T]](in: Obj[T])(implicit tx: T): Obj[T]

    Makes a copy of a proc.

    Makes a copy of a proc. Copies the graph and all attributes, except for Proc.mainIn

    in

    the process to copy

  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  11. def getAudioRegion[T <: Txn[T]](proc: Proc[T])(implicit tx: T): Option[Obj[T]]

    Queries the audio region's grapheme segment start and audio element.

  12. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  13. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  14. def insertAudioRegion[T <: Txn[T]](group: TimelineMod[T], time: Span, audioCue: Obj[T], gOffset: Long)(implicit tx: T): (SpanLikeObj[T], Proc[T])

    Inserts a new audio region proc into a given group.

    Inserts a new audio region proc into a given group.

    group

    the group to insert the proc into

    time

    the time span on the outer timeline

    audioCue

    the grapheme carrying the underlying audio file

    gOffset

    the selection start with respect to the grapheme. This is inside the underlying audio file (but using timeline sample-rate), whereas the proc will be placed in the group aligned with time.

    returns

    a tuple consisting of the span expression and the newly created proc.

  15. def insertGlobalRegion[T <: Txn[T]](group: TimelineMod[T], name: String, bus: Option[IntObj[T]])(implicit tx: T): Proc[T]
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. def mkAudioRegion[T <: Txn[T]](time: Span, audioCue: Obj[T], gOffset: Long)(implicit tx: T): (SpanLikeObj[T], Proc[T])
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. def rename[T <: Txn[T]](obj: Obj[T], name: Option[String])(implicit tx: T): Unit

    Changes or removes the name of a process.

    Changes or removes the name of a process.

    obj

    the proc to rename

    name

    the new name or None to remove the name attribute

  22. def resize[T <: Txn[T]](span: SpanLikeObj[T], obj: Obj[T], amount: Resize, minStart: Long)(implicit tx: T): Unit
  23. def setBus[T <: Txn[T]](objects: Iterable[Obj[T]], intExpr: IntObj[T])(implicit tx: T): Unit
  24. def setGain[T <: Txn[T]](proc: Proc[T], gain: Double)(implicit tx: T): Unit
  25. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  26. def toString(): String
    Definition Classes
    AnyRef → Any
  27. def toggleMute[T <: Txn[T]](obj: Obj[T])(implicit tx: T): Unit
  28. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  29. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  30. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from AnyRef

Inherited from Any

Ungrouped