Track

org.soundsofscala.models.Track
case class Track[Settings](title: Title, musicalEvent: MusicalEvent, instrument: Instrument[Settings], customSettings: Option[Settings], insertFX: List[FX], sendFX: List[FX])(using x$7: Default[Settings])

Attributes

Source
Track.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

Concrete fields

val settings: Settings

Attributes

Source
Track.scala