object ActionBounce
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ActionBounce
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- sealed trait FileFormat extends AnyRef
- 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
- 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
- sealed trait Selection extends AnyRef
- final case class SpanPreset(name: String, value: Span) extends Product with Serializable
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
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def mkNumChannels(channels: IndexedSeq[Inclusive]): Int
-
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 perform[S <: Sys[S]](settings: PerformSettings[S])(implicit universe: Universe[S]): Processor[File]
- 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
- def presetAllTimeline[S <: Sys[S]](tl: Timeline[S])(implicit tx: ActionBounce.presetAllTimeline.S.Tx): List[SpanPreset]
- 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
- 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]
-
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.
-
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
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- final val title: String("Export as Audio File")
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
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( ... )
- object DurationSelection extends Selection with Product with Serializable
- object FileFormat
- object NoSelection extends Selection with Product with Serializable
- object SpanSelection extends Selection with Product with Serializable