Sequencer

org.soundsofscala.transport.Sequencer
case class Sequencer()

The sequencer is responsible for scheduling the notes of every track in the song in parallel. It uses a NoteScheduler which responsible for scheduling the notes of a single track.

Value parameters

song

The song to be played.

Attributes

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

Members list

Value members

Concrete methods

def playSong(song: Song)(using audioContext: AudioContext): IO[Unit]

Attributes

Source
Sequencer.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product