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
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. final case class Resize(deltaStart: Long, deltaStop: Long) 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[S <: Sys[S]](obj: Obj[S], factor: Double)(implicit tx: ProcActions.adjustGain.S.Tx): Unit

  5. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  6. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def copy[S <: Sys[S]](obj: Obj[S])(implicit tx: ProcActions.copy.S.Tx): Obj[S]

    Makes a copy of a proc.

    Makes a copy of a proc. Copies the graph and all attributes, creates scans with the same keys and connects _outgoing_ scans.

    obj

    the process to copy

    returns

  8. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  10. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. def getAudioRegion[S <: Sys[S]](proc: Obj[S])(implicit tx: ProcActions.getAudioRegion.S.Tx): Option[(Expr[S, Long], Audio[S])]

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

  12. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  13. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  14. def insertAudioRegion[S <: Sys[S]](group: TimelineMod[S], time: Span, grapheme: Audio[S], gOffset: Long, bus: Option[Expr[S, Int]])(implicit tx: ProcActions.insertAudioRegion.S.Tx): (Expr[S, Span], Obj[S])

    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

    grapheme

    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.

    bus

    an optional bus to assign

    returns

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

  15. def insertGlobalRegion[S <: Sys[S]](group: TimelineMod[S], name: String, bus: Option[Expr[S, Int]])(implicit tx: ProcActions.insertGlobalRegion.S.Tx): Obj[S]

  16. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  17. def linkOrUnlink[S <: Sys[S]](out: Obj[S], in: Obj[S])(implicit tx: ProcActions.linkOrUnlink.S.Tx): Boolean

  18. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  19. final def notify(): Unit

    Definition Classes
    AnyRef
  20. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  21. def removeLink[S <: Sys[S]](sourceKey: String, source: Scan[S], sinkKey: String, sink: Scan[S])(implicit tx: ProcActions.removeLink.S.Tx): Unit

  22. def rename[S <: Sys[S]](obj: Obj[S], name: Option[String])(implicit tx: ProcActions.rename.S.Tx): 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

  23. def resize[S <: Sys[S]](span: Expr[S, SpanLike], obj: Obj[S], amount: Resize, minStart: Long)(implicit tx: ProcActions.resize.S.Tx): Unit

  24. def setBus[S <: Sys[S]](objects: Iterable[Obj[S]], intExpr: Expr[S, Int])(implicit tx: ProcActions.setBus.S.Tx): Unit

  25. def setGain[S <: Sys[S]](proc: Obj[S], gain: Double)(implicit tx: ProcActions.setGain.S.Tx): Unit

  26. def setSynthGraph[S <: Sys[S]](procs: Iterable[Obj[S]], codeElem: Obj[S])(implicit tx: ProcActions.setSynthGraph.S.Tx): Boolean

  27. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  28. def toString(): String

    Definition Classes
    AnyRef → Any
  29. def toggleMute[S <: Sys[S]](obj: Obj[S])(implicit tx: ProcActions.toggleMute.S.Tx): Unit

  30. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped