object ProcActions
- Alphabetic
- By Inheritance
- ProcActions
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Type Members
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def adjustGain[S <: Sys[S]](obj: Obj[S], factor: Double)(implicit tx: ProcActions.adjustGain.S.Tx): Unit
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
def
copy[S <: Sys[S]](in: Obj[S], connectInput: Boolean)(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. If
connectis falls, does not putProc.mainIn- in
the process to copy
-
def
copy[S <: Sys[S]](in: 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, except for
Proc.mainIn- in
the process to copy
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
extractSource(g: SynthGraph): String
Forwarder to
MkSynthGraphSource.Forwarder to
MkSynthGraphSource. Can be removed in next major revision. -
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
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.
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
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.
- def insertGlobalRegion[S <: Sys[S]](group: TimelineMod[S], name: String, bus: Option[IntObj[S]])(implicit tx: ProcActions.insertGlobalRegion.S.Tx): Proc[S]
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def mkAudioRegion[S <: Sys[S]](time: Span, audioCue: Obj[S], gOffset: Long)(implicit tx: ProcActions.mkAudioRegion.S.Tx): (SpanLikeObj[S], Proc[S])
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
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
Noneto remove the name attribute
- def resize[S <: Sys[S]](span: SpanLikeObj[S], obj: Obj[S], amount: Resize, minStart: Long)(implicit tx: ProcActions.resize.S.Tx): Unit
- def setBus[S <: Sys[S]](objects: Iterable[Obj[S]], intExpr: IntObj[S])(implicit tx: ProcActions.setBus.S.Tx): Unit
- def setGain[S <: Sys[S]](proc: Proc[S], gain: Double)(implicit tx: ProcActions.setGain.S.Tx): Unit
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
- def toggleMute[S <: Sys[S]](obj: Obj[S])(implicit tx: ProcActions.toggleMute.S.Tx): Unit
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )