Peaking

org.soundsofscala.synthesis.Filter.Peaking
final case class Peaking(frequency: Hertz, bandwidth: Bandwidth)(using audioContext: AudioContext) extends Filter

Attributes

Source
Filter.scala

Members list

Value members

Inherited methods

def plugIn(node: AudioNode): BiquadFilterNode

Attributes

Inherited from:
Filter
Source
Filter.scala
def plugInTo(node: AudioNode): Unit

Attributes

Inherited from:
Filter
Source
Filter.scala

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product
def updateF(f: Double): Unit

Attributes

Inherited from:
Filter
Source
Filter.scala
def updateQ(q: Double): Unit

Attributes

Inherited from:
Filter
Source
Filter.scala