sos
0.1.0
sos
API
org.soundsofscala
graph
AudioNode
AudioNode
AudioPipe
AudioSource
Delay
Filter
Gain
SawtoothOscillator
SineOscillator
SquareOscillator
TriangleOscillator
WaveTableOscillator
AudioParam
AudioParam
AudioParamEvent
SetValueAtTime
LinearRampToValueAtTime
ExponentialRampToValueAtTime
instrument
Default
Default
NoSettings
given_Default_NoSettings
Instrument
PianoSynth
SampleKey
SampleLoader
SamplePlayer
SamplePlayer
Settings
Settings
given_Default_Settings
Sampler
Sampler
ScalaSynth
Simple80sDrumMachine
Settings
Synth
Synth
Settings
Settings
given_Default_Settings
models
Accidental
AtomicMusicalEvent
AtomicMusicalEvent
Note
Rest
DrumStroke
Harmony
Attack
AudioTypes
FilterModel
WaveType
Bandwidth
Chord
DrumVoice
Duration
FX
FileLoadingError
Freq
HarmonyTiming
Hertz
LookAhead
Mixer
Mixer
MusicalEvent
NextNoteTime
Octave
MidiVelocity
Pitch
Release
SOSError
ScheduleWindow
Sequence
Song
Swing
Tempo
TimingOffset
Title
Track
Velocity
Volume
playback
Loop
songexamples
ExampleSong0
ExampleSong2
ExampleSong3
ExampleSong4Beethoven
ExampleSongSampler
syntax
all
synthesis
Amplifier
DrumGeneration
Filter
LowPass
HighPass
BandPass
Notch
AllPass
Peaking
LowShelf
HighShelf
transport
NoteScheduler
ScheduleStatus
Sequencer
Main
TransformMusicalEvents
sos
/
org.soundsofscala
/
org.soundsofscala.graph
/
AudioNode
/
AudioPipe
AudioPipe
org.soundsofscala.graph.AudioNode.AudioPipe
sealed
trait
AudioPipe
extends
AudioSource
Attributes
Source
AudioNode.scala
Graph
Reset zoom
Hide graph
Show graph
Supertypes
trait
AudioSource
trait
AudioNode
class
Object
trait
Matchable
class
Any
Known subtypes
class
Delay
class
Filter
class
Gain
Members list
Clear all
Value members
Abstract methods
def
addSource
(
source
:
AudioSource
):
AudioPipe
Attributes
Source
AudioNode.scala
Inherited methods
def
-->
(
sink
:
AudioPipe
):
AudioPipe
Attributes
Inherited from:
AudioSource
Source
AudioNode.scala
final
def
create
(
using
context
:
AudioContext
):
AudioNode
Attributes
Inherited from:
AudioNode
Source
AudioNode.scala
final
def
play
(
using
context
:
AudioContext
):
AudioContext
?=>
Unit
Create the described audio graph with the given
AudioContext
.
Create the described audio graph with the given
AudioContext
.
Attributes
Inherited from:
AudioNode
Source
AudioNode.scala
In this article
Attributes
Members list
Value members
Abstract methods
Inherited methods