Amplifier

org.soundsofscala.synthesis.Amplifier
case class Amplifier()(using audioContext: AudioContext)

An amplifier that can be used to control the volume of a signal.

Value parameters

audioContext

The audio context to use for creating the gain node.

Attributes

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

Members list

Value members

Concrete methods

def level(vol: Volume, when: Double): Unit

Attributes

Source
Amplifier.scala
def plugIn(node: AudioNode): Unit

Attributes

Source
Amplifier.scala
def plugInTo(node: AudioNode): Unit

Attributes

Source
Amplifier.scala
def quickFade(stopTime: Double): Unit

Attributes

Source
Amplifier.scala

Attributes

Source
Amplifier.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product