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. Currently has no way to determine where the outputs of a Proc leading to, so they are not rewired.

    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

    Forwarder to MkSynthGraphSource.

    Forwarder to MkSynthGraphSource. Can be removed in next major revision.

  13. def finalize(): Unit

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

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

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

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

    Definition Classes
    AnyRef → Any
  17. def insertAudioRegion[S <: Sys[S]](group: TimelineMod[S], time: Span, audioCue: Obj[S], gOffset: Long)(implicit tx: ProcActions.insertAudioRegion.S.Tx): (SpanLikeObj[S], Proc[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

    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.

  18. def insertGlobalRegion[S <: Sys[S]](group: TimelineMod[S], name: String, bus: Option[IntObj[S]])(implicit tx: ProcActions.insertGlobalRegion.S.Tx): Proc[S]

  19. final def isInstanceOf[T0]: Boolean

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

  21. def mkAudioRegion[S <: Sys[S]](time: Span, audioCue: Obj[S], gOffset: Long)(implicit tx: ProcActions.mkAudioRegion.S.Tx): (SpanLikeObj[S], Proc[S])

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

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

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

    Definition Classes
    AnyRef
  25. 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

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

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

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

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

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

    Definition Classes
    AnyRef
  31. def toString(): String

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

  33. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped