Settings

org.soundsofscala.instrument.SamplePlayer.Settings
See theSettings companion object
final case class Settings(volume: Double, fadeIn: Double, fadeOut: Double, playbackRate: Double, reversed: Boolean, loop: Option[Loop], startTime: Double, offset: Double, duration: Option[Double])

Attributes

Companion
object
Source
SamplePlayer.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product