Packages

object ActionBounce

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ActionBounce
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. sealed trait FileFormat extends AnyRef
  2. final case class PerformSettings[S <: Sys[S]](realtime: Boolean, fileFormat: FileFormat, group: Iterable[Source[S.Tx, Obj[S]]], server: lucre.synth.Server.Config, client: synth.Client.Config, gain: Gain = Gain.normalized(-0.2f), span: Span, channels: IndexedSeq[Inclusive]) extends Product with Serializable
  3. final case class QuerySettings[S <: Sys[S]](file: Option[File] = None, fileFormat: FileFormat = FileFormat.PCM(), sampleRate: Int = 44100, gain: Gain = Gain.normalized(-0.2f), span: SpanOrVoid = Span.Void, channels: IndexedSeq[Inclusive] = Vector(0 to 1), realtime: Boolean = false, fineControl: Boolean = false, importFile: Boolean = false, location: Option[Source[S.Tx, ArtifactLocation[S]]] = None) extends Product with Serializable
  4. sealed trait Selection extends AnyRef
  5. final case class SpanPreset(name: String, value: Span) extends Product with Serializable

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  9. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  10. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  11. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  12. def mkNumChannels(channels: IndexedSeq[Inclusive]): Int
  13. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  15. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  16. def perform[S <: Sys[S]](settings: PerformSettings[S])(implicit universe: Universe[S]): Processor[File]
  17. def performGUI[S <: Sys[S]](view: UniverseView[S], settings: QuerySettings[S], group: Iterable[Source[ActionBounce.performGUI.S.Tx, Obj[S]]], file: File, span: Span): Unit
  18. def presetAllTimeline[S <: Sys[S]](tl: Timeline[S])(implicit tx: ActionBounce.presetAllTimeline.S.Tx): List[SpanPreset]
  19. def query[S <: Sys[S]](view: UniverseView[S] with Editable[S], init: QuerySettings[S], selectionType: Selection, spanPresets: Seq[SpanPreset])(callback: (QuerySettings[S], Boolean) ⇒ Unit): Unit
  20. def recallSettings[S <: Sys[S]](obj: Obj[S], defaultRealtime: Boolean = false, defaultFile: File = file(""), defaultChannels: IndexedSeq[Inclusive] = Vector(0 to 1))(implicit tx: ActionBounce.recallSettings.S.Tx): QuerySettings[S]
  21. def specToServerConfig(file: File, fileFormat: FileFormat, numChannels: Int, sampleRate: Int, config: ConfigBuilder): Unit

    Note: header format and sample format are left unspecified if file format is not PCM.

  22. def storeSettings[S <: Sys[S]](q: QuerySettings[S], obj: Obj[S])(implicit tx: ActionBounce.storeSettings.S.Tx): Unit

    Saves the query settings in conventional keys of an object's attribute map.

    Saves the query settings in conventional keys of an object's attribute map. This way, they can be preserved in the workspace.

    q

    the settings to store

    obj

    the object into whose attribute map the settings are stored

  23. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  24. final val title: String("Export as Audio File")
  25. def toString(): String
    Definition Classes
    AnyRef → Any
  26. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  29. object DurationSelection extends Selection with Product with Serializable
  30. object FileFormat
  31. object NoSelection extends Selection with Product with Serializable
  32. object SpanSelection extends Selection with Product with Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped