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 Move(deltaTime: Long, deltaTrack: Int, copy: Boolean) extends Product with Serializable

  2. final case class Resize(deltaStart: Long, deltaStop: Long) extends Product with Serializable

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def adjustGain[S <: Sys[S]](obj: Obj[S], factor: Double)(implicit tx: ProcActions.adjustGain.S.Tx): Unit

  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. 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

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

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

    Definition Classes
    AnyRef → Any
  12. def extractSource(g: SynthGraph): String

  13. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. 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.

  15. def getAudioRegion2[S <: Sys[S]](proc: Obj[S])(implicit tx: ProcActions.getAudioRegion2.S.Tx): Option[(Expr[S, Long], Grapheme[S], Audio[S])]

    FOR DEBUGGING PURPOSES, ALSO RETURNS THE GRAPHEME *

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

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

    Definition Classes
    AnyRef → Any
  18. def insertAudioRegion[S <: Sys[S]](group: TimelineMod[S], time: Span, grapheme: Audio[S], gOffset: Long)(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.

    returns

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

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

  20. final def isInstanceOf[T0]: Boolean

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

  22. def mkAudioRegion[S <: Sys[S]](time: Span, grapheme: Audio[S], gOffset: Long)(implicit tx: ProcActions.mkAudioRegion.S.Tx): (Expr[S, Span], Obj[S])

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

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

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

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

  27. 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

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

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

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

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

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

    Definition Classes
    AnyRef
  33. def toString(): String

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

  35. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped