object
ProcActions
Type Members
-
final
case class
Move(deltaTime: Long, deltaTrack: Int, copy: Boolean) extends Product with Serializable
-
final
case class
Resize(deltaStart: Long, deltaStop: Long) extends Product with Serializable
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
def
adjustGain[S <: Sys[S]](obj: Obj[S], factor: Double)(implicit tx: ProcActions.adjustGain.S.Tx): Unit
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
def
copy[S <: Sys[S]](obj: Obj[S])(implicit tx: ProcActions.copy.S.Tx): Obj[S]
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
extractSource(g: SynthGraph): String
-
def
finalize(): Unit
-
def
getAudioRegion[S <: Sys[S]](proc: Proc[S])(implicit tx: ProcActions.getAudioRegion.S.Tx): Option[Obj[S]]
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
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])
-
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
-
def
linkOrUnlink[S <: Sys[S]](out: Proc[S], in: Proc[S])(implicit tx: ProcActions.linkOrUnlink.S.Tx): Boolean
-
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
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
rename[S <: Sys[S]](obj: Obj[S], name: Option[String])(implicit tx: ProcActions.rename.S.Tx): Unit
-
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
-
def
setSynthGraph[S <: Sys[S]](procs: Iterable[Proc[S]], codeElem: Obj[S])(implicit tx: ProcActions.setSynthGraph.S.Tx, compiler: Compiler): Boolean
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
def
toggleMute[S <: Sys[S]](obj: Obj[S])(implicit tx: ProcActions.toggleMute.S.Tx): Unit
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit