SamplePlayer

org.soundsofscala.instrument.SamplePlayer
See theSamplePlayer companion object

Attributes

Companion
object
Source
SamplePlayer.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Sampler

Members list

Value members

Inherited methods

final def play(musicEvent: AtomicMusicalEvent, when: Double, tempo: Tempo)(settings: Settings)(using audioContext: AudioContext): IO[Unit]

Attributes

Inherited from:
Instrument
Source
Instrument.scala

Inherited and Abstract methods

protected def playWithSettings(musicEvent: AtomicMusicalEvent, when: Double, tempo: Tempo, settings: Settings)(using AudioContext): IO[Unit]

Attributes

Inherited from:
Instrument
Source
Instrument.scala