Song

org.soundsofscala.models.Song
case class Song(title: Title, tempo: Tempo, swing: Swing, mixer: Mixer)

Attributes

Source
Song.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def play()(using AudioContext): IO[Unit]

Attributes

Source
Song.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product