object
ActionBounceTimeline
Type Members
-
type
CodeSource[S <: Sys[S]] = Source[ActionBounceTimeline.CodeSource.S.Tx, Obj[S]]
-
final
case class
PerformSettings[S <: Sys[S]](realtime: Boolean, group: Source[S.Tx, Timeline[S]], server: Config, gain: Gain = Gain.normalized(-0.2f), span: SpanLike, channels: IndexedSeq[Inclusive]) extends Product with Serializable
-
final
case class
QuerySettings[S <: Sys[S]](file: Option[File] = None, spec: AudioFileSpec = ..., gain: Gain = Gain.normalized(-0.2f), span: SpanOrVoid = Span.Void, channels: IndexedSeq[Inclusive] = Vector(0 to 0 /* 1 */), realtime: Boolean = false, fineControl: Boolean = false, importFile: Boolean = false, location: Option[Source[S.Tx, ArtifactLocation[S]]] = None, transform: Option[Source[S.Tx, Obj[S]]] = None) extends Product with Serializable
-
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
-
object
NoSelection extends Selection with Product with Serializable
-
object
SpanSelection extends Selection with Product with Serializable
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
def
findTransforms[S <: Sys[S]](document: Workspace[S])(implicit tx: ActionBounceTimeline.findTransforms.S.Tx): IndexedSeq[Labeled[CodeSource[S]]]
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
perform[S <: Sys[S]](document: Workspace[S], settings: PerformSettings[S])(implicit cursor: Cursor[S]): Processor[File]
-
def
performGUI[S <: Sys[S]](document: Workspace[S], settings: QuerySettings[S], group: Source[ActionBounceTimeline.performGUI.S.Tx, Timeline[S]], file: File, window: Option[Window] = None)(implicit cursor: Cursor[S], compiler: Compiler): Unit
-
def
query[S <: Sys[S]](init: QuerySettings[S], document: Workspace[S], timelineModel: TimelineModel, window: Option[Window])(implicit cursor: Cursor[S], undoManager: UndoManager): (QuerySettings[S], Boolean)
-
def
query1[S <: Sys[S]](init: QuerySettings[S], document: Workspace[S], timelineModel: TimelineModel, window: Option[Window], showSelection: Selection, showTransform: Boolean, showImport: Boolean)(implicit cursor: Cursor[S], undoManager: UndoManager): (QuerySettings[S], Boolean)
-
def
specToServerConfig(file: File, spec: AudioFileSpec, config: ConfigBuilder): Unit
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit