org.soundsofscala.synthesis
Members list
Type members
Classlikes
An amplifier that can be used to control the volume of a signal.
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
- Supertypes
This is a POC of creating drum sounds using the Web Audio API. The sounds are based on the 808 drum machine. TODO: Refactor this to use a Synth API
This is a POC of creating drum sounds using the Web Audio API. The sounds are based on the 808 drum machine. TODO: Refactor this to use a Synth API
Attributes
- Source
- DrumGeneration.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
DrumGeneration.type
Filter for shaping audio signal with different types of filters
Filter for shaping audio signal with different types of filters
Value parameters
- audioContext
-
audio context for creating filter node
- bandwidth
-
bandwidth of the filter - how wide the filter is
- filterType
-
type of the filter - lowpass, highpass, bandpass, notch, allpass, peaking, lowshelf, highshelf
- frequency
-
frequency of the filter
Attributes
- Source
- Filter.scala
- Supertypes
- Known subtypes