Object

de.sciss.mellite

ProcActions

Related Doc: package mellite

Permalink

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

Type Members

  1. final case class Move(deltaTime: Long, deltaTrack: Int, copy: Boolean) extends Product with Serializable

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

    Permalink

Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

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

    Permalink
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def clone(): AnyRef

    Permalink
    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]

    Permalink

    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

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

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

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

    Permalink
  11. def finalize(): Unit

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

    Permalink

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  15. 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])

    Permalink

    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.

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

    Permalink
  17. final def isInstanceOf[T0]: Boolean

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

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

    Permalink
  20. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  21. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  22. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  23. def rename[S <: Sys[S]](obj: Obj[S], name: Option[String])(implicit tx: ProcActions.rename.S.Tx): Unit

    Permalink

    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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  29. def toString(): String

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

    Permalink
  31. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped