object ProcActions
- Alphabetic
- By Inheritance
- ProcActions
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Type Members
- final case class Move(deltaTime: Long, deltaTrack: Int, copy: Boolean) extends Product with Serializable
- final case class Resize(deltaStart: Long, deltaStop: Long, deltaTrackStart: Int = 0, deltaTrackStop: Int = 0) extends Product with Serializable
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def adjustGain[T <: Txn[T]](obj: Obj[T], factor: Double)(implicit tx: T): Unit
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- 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 putProc.mainIn
- in
the process to copy
- 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
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- 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.
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- 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.
- def insertGlobalRegion[T <: Txn[T]](group: TimelineMod[T], name: String, bus: Option[IntObj[T]])(implicit tx: T): Proc[T]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def mkAudioRegion[T <: Txn[T]](time: Span, audioCue: Obj[T], gOffset: Long)(implicit tx: T): (SpanLikeObj[T], Proc[T])
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- 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
- def resize[T <: Txn[T]](span: SpanLikeObj[T], obj: Obj[T], amount: Resize, minStart: Long)(implicit tx: T): Unit
- def setBus[T <: Txn[T]](objects: Iterable[Obj[T]], intExpr: IntObj[T])(implicit tx: T): Unit
- def setGain[T <: Txn[T]](proc: Proc[T], gain: Double)(implicit tx: T): Unit
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def toggleMute[T <: Txn[T]](obj: Obj[T])(implicit tx: T): Unit
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated