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]](in: Obj[S], connectInput: Boolean)(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. If connect is falls, does not put Proc.mainIn

    in

    the process to copy

  8. def copy[S <: Sys[S]](in: 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, except for Proc.mainIn

    in

    the process to copy

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

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

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

    Permalink

    Forwarder to MkSynthGraphSource.

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

  12. def finalize(): Unit

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  16. 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.

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

    Permalink
  18. final def isInstanceOf[T0]: Boolean

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
  32. final def wait(): Unit

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped