Object/Class

de.sciss.mellite.gui

ActionBounce

Related Docs: class ActionBounce | package gui

Permalink

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

    Permalink
  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

    Permalink
  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

    Permalink
  4. sealed trait Selection extends AnyRef

    Permalink
  5. final case class SpanPreset(name: String, value: Span) 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. object DurationSelection extends Selection with Product with Serializable

    Permalink
  5. object FileFormat

    Permalink
  6. object NoSelection extends Selection with Product with Serializable

    Permalink
  7. object SpanSelection extends Selection with Product with Serializable

    Permalink
  8. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  9. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  12. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    AnyRef → Any
  15. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  16. def mkNumChannels(channels: IndexedSeq[Inclusive]): Int

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

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

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

    Permalink
    Definition Classes
    AnyRef
  20. def perform[S <: Sys[S]](settings: PerformSettings[S])(implicit universe: Universe[S]): Processor[File]

    Permalink
  21. 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

    Permalink
  22. def presetAllTimeline[S <: Sys[S]](tl: Timeline[S])(implicit tx: ActionBounce.presetAllTimeline.S.Tx): List[SpanPreset]

    Permalink
  23. 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

    Permalink
  24. 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]

    Permalink
  25. def specToServerConfig(file: File, fileFormat: FileFormat, numChannels: Int, sampleRate: Int, config: ConfigBuilder): Unit

    Permalink

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

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

    Permalink

    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

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

    Permalink
    Definition Classes
    AnyRef
  28. final val title: String("Export as Audio File")

    Permalink
  29. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  30. final def wait(): Unit

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped